From ed368e09fd0dc778349bbe42b29c454636458b70 Mon Sep 17 00:00:00 2001
From: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Date: Tue, 6 Oct 2009 13:49:05 +0200
Subject: [PATCH] Fixes:    Fix minimum size issue in welcome page

RevBy:    Daniel Molkentin
Details:
The minimum size is currently 10 pixels, which allows the
welcome page menu bar to collapse into an unreasonably
small size. By forcing it to be 25 pixels we make it similar
to other menu bars in creator.
---
 src/plugins/welcome/welcomemode.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/welcome/welcomemode.ui b/src/plugins/welcome/welcomemode.ui
index e1c18bde915..ae3fd53c5fe 100644
--- a/src/plugins/welcome/welcomemode.ui
+++ b/src/plugins/welcome/welcomemode.ui
@@ -175,7 +175,7 @@ QToolButton:pressed, QPushButton:pressed{
            <property name="minimumSize">
             <size>
              <width>0</width>
-             <height>10</height>
+             <height>25</height>
             </size>
            </property>
            <property name="font">
-- 
GitLab