diff options
Diffstat (limited to 'plugingui/drumkitframecontent.h')
-rw-r--r-- | plugingui/drumkitframecontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/drumkitframecontent.h b/plugingui/drumkitframecontent.h index 9533bd2..9a1731d 100644 --- a/plugingui/drumkitframecontent.h +++ b/plugingui/drumkitframecontent.h @@ -59,7 +59,7 @@ public: button_width = width - lineedit_width; lineedit.resize(lineedit_width, 29); - browse_button.resize(button_width, 41); + browse_button.resize(button_width, 30); layout.layout(); } |