diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-21 00:03:41 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-21 00:03:41 +0200 |
commit | e0f20188f86553f1fe109d724f4f472c4e1ccb56 (patch) | |
tree | 77787493c3e2bb848788d49c85dc32ef5cbc2109 /plugingui | |
parent | f9372b88e6bfec45ff1d7582425d5bee585849d5 (diff) |
Fix out of bounds resize of status frame.
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 aeb34b6..f0743a8 100644 --- a/plugingui/maintab.cc +++ b/plugingui/maintab.cc @@ -52,7 +52,7 @@ MainTab::MainTab(Widget* parent, layout.addItem(&resampling_frame); auto h1 = 20; - auto h2 = 22; + auto h2 = 20; auto h3 = 13; auto h4 = 11; auto h5 = 14; |