Skip to content
Snippets Groups Projects
Commit dbcc1fed authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

WelcomePage: Fix Windows (give slightly more space).

parent 5b5aa907
Branches
Tags
No related merge requests found
...@@ -102,18 +102,18 @@ QToolButton:pressed, QPushButton:pressed{ ...@@ -102,18 +102,18 @@ QToolButton:pressed, QPushButton:pressed{
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="1" column="1"> <item row="1" column="0">
<widget class="QFrame" name="mainFrame"> <widget class="QFrame" name="mainFrame">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>662</width> <width>662</width>
<height>520</height> <height>550</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>662</width> <width>662</width>
<height>520</height> <height>550</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
...@@ -440,7 +440,7 @@ QToolButton:pressed { ...@@ -440,7 +440,7 @@ QToolButton:pressed {
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="0">
<spacer name="bottomVerticalSpacer"> <spacer name="bottomVerticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
...@@ -448,15 +448,9 @@ QToolButton:pressed { ...@@ -448,15 +448,9 @@ QToolButton:pressed {
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
<item row="0" column="1"> <item row="0" column="0">
<spacer name="topVerticalSpacer"> <spacer name="topVerticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
...@@ -464,20 +458,8 @@ QToolButton:pressed { ...@@ -464,20 +458,8 @@ QToolButton:pressed {
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3"/>
</item>
<item row="1" column="2">
<layout class="QHBoxLayout" name="horizontalLayout_4"/>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment