Skip to content
Snippets Groups Projects
Commit 0284abbd authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Improve spacing of links on welcome page, News & Support section

parent 87bf02d6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment