removed minimum width from effect controls
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user