From 9d73c345abfb256d6d95a43be2d1920d08c53ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 16 Apr 2017 20:49:44 +0200 Subject: Change height of "Browse..." button in the drumkit frame. --- plugingui/drumkitframecontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/drumkitframecontent.h') 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(); } -- cgit v1.2.3