From 5186102ef5f44b72f655528a45df9f0fa5c49545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 17:11:03 +0200 Subject: Push the humanizer buttons closer together. --- plugingui/humanizerframecontent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugingui/humanizerframecontent.h') 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 @@ -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"}; -- cgit v1.2.3