summaryrefslogtreecommitdiff
path: root/plugingui/drumkitframecontent.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-17 09:18:56 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-17 09:18:56 +0200
commit65d72dde7fde9a48213bc1430f5c7be544b3ae28 (patch)
tree6f70e276f6802a9197595c4884871b0727cb9874 /plugingui/drumkitframecontent.h
parent8343d7a6a598c8f02d3b85b991b604095b1dae63 (diff)
Change the width of the "Browse..." button.
Diffstat (limited to 'plugingui/drumkitframecontent.h')
-rw-r--r--plugingui/drumkitframecontent.h2
1 files changed, 1 insertions, 1 deletions
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);