summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/humanizerframecontent.h')
-rw-r--r--plugingui/humanizerframecontent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h
index f6895dd..e13f739 100644
--- a/plugingui/humanizerframecontent.h
+++ b/plugingui/humanizerframecontent.h
@@ -28,6 +28,7 @@
#include "knob.h"
#include "label.h"
+#include "layout.h"
#include "widget.h"
#include <iomanip>
@@ -93,7 +94,7 @@ private:
void attackValueChanged(float value);
void falloffValueChanged(float value);
- HBoxLayout layout{this};
+ GridLayout layout{this, 4, 1};
LabeledControl attack{this, "Attack"};
LabeledControl falloff{this, "Release"};