mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 04:53:13 +02:00
Fix preferences dialog layout
This commit is contained in:
parent
b527966db8
commit
ce6a312813
2 changed files with 723 additions and 953 deletions
|
@ -30,6 +30,9 @@ PreferencesDialog::PreferencesDialog() :
|
|||
connect(ui.buttonBrowseScriptsLocation, &QPushButton::clicked, this, &PreferencesDialog::openScriptsLocationBrowser);
|
||||
connect(ui.buttonReloadDefaultScripts, &QPushButton::clicked,
|
||||
Application::getInstance(), &Application::loadDefaultScripts);
|
||||
// move dialog to left side
|
||||
move(0, 0);
|
||||
setWindowState(Qt::WindowMaximized);
|
||||
}
|
||||
|
||||
void PreferencesDialog::accept() {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue