diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 22:01:11 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-20 22:23:07 +0200 |
commit | 2d430a085e8ac1781638cac4261389947859532b (patch) | |
tree | 80b083cde2debfafecab8f8c9e3dbcb4fc455423 /plugingui | |
parent | 76081b9cb3d2112a650e1a215a332ac1cde3876d (diff) |
Make spacing of Browse button and Apply button similar.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/drumkitframecontent.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/drumkitframecontent.cc b/plugingui/drumkitframecontent.cc index c16bb5a..fc0b120 100644 --- a/plugingui/drumkitframecontent.cc +++ b/plugingui/drumkitframecontent.cc @@ -51,7 +51,7 @@ void BrowseFile::resize(std::size_t width, std::size_t height) { Widget::resize(width, height); - lineedit_width = 0.72 * width - gap; + lineedit_width = 0.77 * width - gap; button_width = width - lineedit_width - gap; lineedit.resize(lineedit_width, 29); |