diff options
| author | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 22:53:24 +0200 | 
|---|---|---|
| committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 22:53:24 +0200 | 
| commit | 1a569cd1ef2879680fced10ea3e77e77b896e0c1 (patch) | |
| tree | eb0b3b42c62fb77572563ce969c339ee582f1d8a /plugingui | |
| parent | 3b969a5f679ff7ea4d4b81bb35685216ab7b667f (diff) | |
Make the left column of the maintab be completely filled.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/maintab.cc | 2 | 
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}; | 
