Fix preferences dialog layout

This commit is contained in:
stojce 2014-08-29 19:50:39 +02:00
parent b527966db8
commit ce6a312813
2 changed files with 723 additions and 953 deletions

View file

@ -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