summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-17 22:53:24 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-17 22:53:24 +0200
commit1a569cd1ef2879680fced10ea3e77e77b896e0c1 (patch)
treeeb0b3b42c62fb77572563ce969c339ee582f1d8a
parent3b969a5f679ff7ea4d4b81bb35685216ab7b667f (diff)
Make the left column of the maintab be completely filled.
-rw-r--r--plugingui/maintab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 571bf20..c87defe 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -48,7 +48,7 @@ MainTab::MainTab(Widget* parent,
layout.addItem(&diskstreaming_frame);
auto h1 = 21;
- auto h2 = 18;
+ auto h2 = 21;
auto h3 = 13;
auto h4 = 11;
auto drumkit_range = GridLayout::GridRange{0, 1, 0, h1};