diff options
Diffstat (limited to 'plugingui')
-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 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); |