From 769fc2a150f73f9fff48f72ce6f7d9a42ce0e366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Thu, 20 Apr 2017 20:30:03 +0200 Subject: Introduce gaps between buttons and content. This was necessary because of the new button texture. --- plugingui/drumkitframecontent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/drumkitframecontent.h') 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 -- cgit v1.2.3