From b40fdcf573ee95d89ab7e47ee902c628b35ee283 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 5 Dec 2017 22:27:46 +0000 Subject: [PATCH] projectconfigpages setMinimumWidth(680) git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5147 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/projectconfigpages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/projectconfigpages.cpp b/sources/projectconfigpages.cpp index ef54cf797..74bbb96bf 100644 --- a/sources/projectconfigpages.cpp +++ b/sources/projectconfigpages.cpp @@ -189,7 +189,7 @@ void ProjectMainConfigPage::initLayout() { main_layout0 -> addWidget(project_variables_label_); main_layout0 -> addWidget(project_variables_); setLayout(main_layout0); - this -> setMinimumWidth(780); + this -> setMinimumWidth(680); }