From 887dde747142ed340c3608e98a36b5e0d88c5d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Thu, 7 Jun 2018 21:19:30 +0200 Subject: Fix GUI layout of velocity humanizer. --- plugingui/humanizerframecontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index a9e0750..cb7a7f4 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -101,7 +101,7 @@ private: void stddevKnobValueChanged(float value); void stddevSettingsValueChanged(float value); - GridLayout layout{this, 4, 1}; + GridLayout layout{this, 3, 1}; LabeledControl attack{this, "Attack"}; LabeledControl falloff{this, "Release"}; -- cgit v1.2.3