From 2d430a085e8ac1781638cac4261389947859532b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Thu, 20 Apr 2017 22:01:11 +0200 Subject: Make spacing of Browse button and Apply button similar. --- plugingui/drumkitframecontent.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3