removed minimum width from effect controls

This commit is contained in:
itsmattkc
2019-01-11 19:38:58 +11:00
parent 5bb256156e
commit ee019517b1
2 changed files with 15 additions and 8 deletions
+4 -1
View File
@@ -16,6 +16,7 @@ class ResizableScrollBar;
class QLabel;
class KeyframeView;
class QScrollBar;
class QHBoxLayout;
class EffectsArea : public QWidget {
public:
@@ -53,6 +54,8 @@ public:
QScrollBar* verticalScrollBar;
QMutex effects_loaded;
public slots:
void update_keyframes();
private slots:
@@ -70,7 +73,7 @@ private:
void show_effect_menu(int type, int subtype);
void load_effects();
void load_keyframes();
void open_effect(QVBoxLayout* layout, Effect* e);
void open_effect(QVBoxLayout* hlayout, Effect* e);
void setup_ui();