Make settings dialog layouts less derpy on windows
This commit is contained in:
@ -36,6 +36,9 @@ public:
|
||||
|
||||
void applySettings(SettingsObject *s);
|
||||
void loadSettings(SettingsObject* s);
|
||||
|
||||
protected:
|
||||
virtual void showEvent ( QShowEvent* );
|
||||
|
||||
private slots:
|
||||
void on_instDirBrowseBtn_clicked();
|
||||
|
Reference in New Issue
Block a user