mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
make preferences dialog resizable
This commit is contained in:
parent
b47aadff2b
commit
dc093159a1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ PreferencesDialog::PreferencesDialog(QWidget* parent) :
|
|||
|
||||
// move dialog to left side
|
||||
move(parentWidget()->geometry().topLeft());
|
||||
setFixedHeight(parentWidget()->size().height() - PREFERENCES_HEIGHT_PADDING);
|
||||
resize(sizeHint().width(), parentWidget()->size().height() - PREFERENCES_HEIGHT_PADDING);
|
||||
|
||||
UIUtil::scaleWidgetFontSizes(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue