From 65d72dde7fde9a48213bc1430f5c7be544b3ae28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 09:18:56 +0200 Subject: Change the width of the "Browse..." button. --- plugingui/drumkitframecontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/drumkitframecontent.h b/plugingui/drumkitframecontent.h index 9a1731d..41dc01b 100644 --- a/plugingui/drumkitframecontent.h +++ b/plugingui/drumkitframecontent.h @@ -55,7 +55,7 @@ public: { Widget::resize(width, height); - lineedit_width = 0.8 * width; + lineedit_width = 0.72 * width; button_width = width - lineedit_width; lineedit.resize(lineedit_width, 29); -- cgit v1.2.3