mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
centering fix
This commit is contained in:
parent
6b81620098
commit
1a32bf7428
1 changed files with 1 additions and 1 deletions
|
@ -57,8 +57,8 @@ void InfoView::loaded(bool ok)
|
|||
int h = desktop->height();
|
||||
resize(VIEW_FIXED_WIDTH, h * 0.8);
|
||||
move(desktop->screen()->rect().center() - rect().center());
|
||||
setWindowModality(Qt::WindowModal);
|
||||
setWindowTitle(title());
|
||||
show();
|
||||
setWindowModality(Qt::WindowModal);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue