summaryrefslogtreecommitdiff
path: root/plugingui/humanizerframecontent.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-17 17:11:03 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-17 17:11:03 +0200
commit5186102ef5f44b72f655528a45df9f0fa5c49545 (patch)
tree0c0a55faf01aa145de5a656096bcd4d354bab165 /plugingui/humanizerframecontent.h
parent12079c98ba8f15321c2c604c2bae728ec72f15ba (diff)
Push the humanizer buttons closer together.
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"};