summaryrefslogtreecommitdiff
path: root/plugingui/drumkitframecontent.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-16 20:49:44 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-16 20:49:44 +0200
commit9d73c345abfb256d6d95a43be2d1920d08c53ac5 (patch)
tree5af5de053066ef0504b4268d39769a04fc1ed9f9 /plugingui/drumkitframecontent.h
parentdb196a1bc16be5b9691863af8f8fdd47cca88fb7 (diff)
Change height of "Browse..." button in the drumkit frame.
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 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();
}