diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 1e9a092c4f04121aa42c5428a815fc7cb45a5f68 (patch) | |
tree | af516e1c2d4d25f3f2fe6b5432a9ddab9678185c /tracker-pt/FTNoIR_PT_Controls.ui | |
parent | a6bea3e625aaccc7326d7b2d8c35d3e527b4bedf (diff) |
tracker/pt: maybe prevent reflow
Diffstat (limited to 'tracker-pt/FTNoIR_PT_Controls.ui')
-rw-r--r-- | tracker-pt/FTNoIR_PT_Controls.ui | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 5d3de1ff..62b49747 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>424</width> - <height>584</height> + <height>588</height> </rect> </property> <property name="sizePolicy"> @@ -1147,7 +1147,7 @@ Don't roll or change position.</string> </widget> </widget> </item> - <item row="2" column="0"> + <item row="2" column="0" alignment="Qt::AlignVCenter"> <widget class="QGroupBox" name="groupBox_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> @@ -1175,10 +1175,16 @@ Don't roll or change position.</string> </item> <item row="1" column="1"> <widget class="QLabel" name="pointinfo_label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="minimumSize"> <size> - <width>50</width> - <height>0</height> + <width>120</width> + <height>15</height> </size> </property> <property name="text"> @@ -1189,7 +1195,7 @@ Don't roll or change position.</string> <item row="0" column="1"> <widget class="QLabel" name="caminfo_label"> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -1197,7 +1203,7 @@ Don't roll or change position.</string> <property name="minimumSize"> <size> <width>120</width> - <height>0</height> + <height>15</height> </size> </property> <property name="text"> |