Make settings dialog layouts less derpy on windows

This commit is contained in:
Petr Mrázek
2013-08-26 04:34:37 +02:00
parent 767c3db297
commit 6793f6b706
4 changed files with 16 additions and 1 deletions

View File

@ -36,6 +36,9 @@ public:
void applySettings(SettingsObject *s);
void loadSettings(SettingsObject* s);
protected:
virtual void showEvent ( QShowEvent* );
private slots:
void on_instDirBrowseBtn_clicked();