diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 |
commit | 16e2b1c230064788e28930ef27903a5164afa74f (patch) | |
tree | 28c76197fbe8d4c145f29ef3363b8e098dad887b /plugingui/maintab.h | |
parent | f8642113634dc5ab6ffbc1e1d5b79d5be8e579da (diff) |
Reorder frames and resize window.
Diffstat (limited to 'plugingui/maintab.h')
-rw-r--r-- | plugingui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/maintab.h b/plugingui/maintab.h index f90d23a..ea46f11 100644 --- a/plugingui/maintab.h +++ b/plugingui/maintab.h @@ -66,7 +66,7 @@ private: Image logo{":resources/logo.png"}; - GridLayout layout{this, 2, 59}; + GridLayout layout{this, 2, 49}; FrameWidget drumkit_frame{this, false}; FrameWidget status_frame{this, false}; |