Fix bad button position in setup dialog, make the SetupDialog fixed size and EffectDialog resizeable

This commit is contained in:
Umcaruje
2016-01-31 21:54:39 +01:00
parent f528e3d400
commit 216143a8f5
3 changed files with 12 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ public:
protected:
void keyPressEvent( QKeyEvent * _ke );
virtual void resizeEvent(QResizeEvent * event);
protected slots:
@@ -58,4 +59,3 @@ private:
#endif