Commit 334715ee authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded margins and parameters

parent 01c12214
...@@ -145,21 +145,12 @@ ...@@ -145,21 +145,12 @@
<height>50</height> <height>50</height>
</size> </size>
</property> </property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">background-color: rgb(192, 192, 192);</string> <string notr="true">background-color: rgb(192, 192, 192);</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set> <set>Qt::AlignHCenter|Qt::AlignTop</set>
</property> </property>
<property name="margin">
<number>0</number>
</property>
</widget> </widget>
</item> </item>
<item> <item>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>741</width> <width>741</width>
<height>410</height> <height>416</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -161,9 +161,6 @@ ...@@ -161,9 +161,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="3">
<widget class="QFontComboBox" name="font"/>
</item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="fontSizeLabel"> <widget class="QLabel" name="fontSizeLabel">
<property name="minimumSize"> <property name="minimumSize">
...@@ -200,7 +197,7 @@ ...@@ -200,7 +197,7 @@
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>10</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
...@@ -265,13 +262,6 @@ ...@@ -265,13 +262,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="3">
<widget class="QCheckBox" name="backgroundCheck">
<property name="text">
<string>Add a background</string>
</property>
</widget>
</item>
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="subsPosLabel"> <widget class="QLabel" name="subsPosLabel">
<property name="minimumSize"> <property name="minimumSize">
...@@ -310,6 +300,16 @@ ...@@ -310,6 +300,16 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="4">
<widget class="QFontComboBox" name="font"/>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="backgroundCheck">
<property name="text">
<string>Add a background</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
...@@ -343,7 +343,6 @@ ...@@ -343,7 +343,6 @@
<tabstop>effect</tabstop> <tabstop>effect</tabstop>
<tabstop>outlineColor</tabstop> <tabstop>outlineColor</tabstop>
<tabstop>shadowCheck</tabstop> <tabstop>shadowCheck</tabstop>
<tabstop>backgroundCheck</tabstop>
<tabstop>subsPosition</tabstop> <tabstop>subsPosition</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment