From 0284abbd2c4abed0701e292d23b59ab5d7eb5531 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <daniel.molkentin@nokia.com>
Date: Tue, 27 Apr 2010 18:45:21 +0200
Subject: [PATCH] Improve spacing of links on welcome page, News & Support
 section

---
 .../welcome/communitywelcomepagewidget.ui     | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/src/plugins/welcome/communitywelcomepagewidget.ui b/src/plugins/welcome/communitywelcomepagewidget.ui
index c1ddf690f6b..8bb145d18f2 100644
--- a/src/plugins/welcome/communitywelcomepagewidget.ui
+++ b/src/plugins/welcome/communitywelcomepagewidget.ui
@@ -59,7 +59,7 @@
           </widget>
          </item>
          <item>
-          <widget class="Utils::WelcomeModeTreeWidget" name="newsTreeWidget"/>
+          <widget class="Utils::WelcomeModeTreeWidget" name="newsTreeWidget" native="true"/>
          </item>
         </layout>
        </widget>
@@ -81,7 +81,7 @@
           </widget>
          </item>
          <item>
-          <widget class="Utils::WelcomeModeTreeWidget" name="supportSitesTreeWidget"/>
+          <widget class="Utils::WelcomeModeTreeWidget" name="supportSitesTreeWidget" native="true"/>
          </item>
          <item>
           <widget class="Utils::WelcomeModeLabel" name="miscSitesTitleLabel">
@@ -91,7 +91,20 @@
           </widget>
          </item>
          <item>
-          <widget class="Utils::WelcomeModeTreeWidget" name="miscSitesTreeWidget"/>
+          <widget class="Utils::WelcomeModeTreeWidget" name="miscSitesTreeWidget" native="true"/>
+         </item>
+         <item>
+          <spacer name="verticalSpacer">
+           <property name="orientation">
+            <enum>Qt::Vertical</enum>
+           </property>
+           <property name="sizeHint" stdset="0">
+            <size>
+             <width>20</width>
+             <height>40</height>
+            </size>
+           </property>
+          </spacer>
          </item>
         </layout>
        </widget>
-- 
GitLab