diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 20:30:03 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 20:36:27 +0200 |
commit | 769fc2a150f73f9fff48f72ce6f7d9a42ce0e366 (patch) | |
tree | 55a9fc2cd80544e224a446a1c88ca0ffcf962855 /plugingui/drumkitframecontent.h | |
parent | 73fc462b95827920e5225f4f655b6640f6affce0 (diff) |
Introduce gaps between buttons and content.
This was necessary because of the new button texture.
Diffstat (limited to 'plugingui/drumkitframecontent.h')
-rw-r--r-- | plugingui/drumkitframecontent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/drumkitframecontent.h b/plugingui/drumkitframecontent.h index 1eb495f..c6e0942 100644 --- a/plugingui/drumkitframecontent.h +++ b/plugingui/drumkitframecontent.h @@ -63,6 +63,7 @@ private: std::size_t lineedit_width; std::size_t button_width; + std::size_t gap{10}; }; class DrumkitframeContent |