ui: center windows on top of main window

* justify windows in middle of main window
* fixed window resizing
* add window displacement automatic with logo
This commit is contained in:
Eberhard Graether
2016-03-02 10:36:50 +01:00
parent f3534ac6a8
commit 4425b39ea1
7 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ QtAboutLicense::QtAboutLicense(QWidget *parent)
QSize QtAboutLicense::sizeHint() const
{
return QSize(600,600);
return QSize(600, 600);
}
void QtAboutLicense::populateWindow(QWidget* widget)