mirror of
https://github.com/overte-org/overte.git
synced 2025-06-24 18:00:24 +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.buttonBrowseScriptsLocation, &QPushButton::clicked, this, &PreferencesDialog::openScriptsLocationBrowser);
|
||||||
connect(ui.buttonReloadDefaultScripts, &QPushButton::clicked,
|
connect(ui.buttonReloadDefaultScripts, &QPushButton::clicked,
|
||||||
Application::getInstance(), &Application::loadDefaultScripts);
|
Application::getInstance(), &Application::loadDefaultScripts);
|
||||||
|
// move dialog to left side
|
||||||
|
move(0, 0);
|
||||||
|
setWindowState(Qt::WindowMaximized);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PreferencesDialog::accept() {
|
void PreferencesDialog::accept() {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue