mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Merge pull request #6429 from ZappoMan/samConditionalLove
make preferences dialog resizable
This commit is contained in:
commit
90ee205a66
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