From 1a569cd1ef2879680fced10ea3e77e77b896e0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 22:53:24 +0200 Subject: Make the left column of the maintab be completely filled. --- plugingui/maintab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- cgit v1.2.3