summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-20 22:40:51 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-20 22:45:45 +0200
commit5ed98cf98a86374aa54d394881d82f7606d1877a (patch)
tree25883a8eb866cde7ced44011847bf5b3d137e0b3
parenta1941182f4def8815da2d28d6296033d21821852 (diff)
Reduce empty space at the bottom of the drumkit frame.
-rw-r--r--plugingui/maintab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 0811f06..7680bcd 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -48,8 +48,8 @@ MainTab::MainTab(Widget* parent,
layout.addItem(&humanizer_frame);
layout.addItem(&diskstreaming_frame);
- auto h1 = 21;
- auto h2 = 21;
+ auto h1 = 20;
+ auto h2 = 22;
auto h3 = 13;
auto h4 = 11;
auto drumkit_range = GridLayout::GridRange{0, 1, 0, h1};