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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user