Skip to content

Commit dbb49f5

Browse files
committedAug 31, 2013
[gui] Fix excessive fixed height of vector properties (actually labeling) dialog
- Should now fit on laptops with limited screen height
1 parent 4c40273 commit dbb49f5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
 

‎src/ui/qgslabelingguibase.ui

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>560</width>
10-
<height>1128</height>
9+
<width>640</width>
10+
<height>600</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -129,7 +129,7 @@
129129
<property name="minimumSize">
130130
<size>
131131
<width>0</width>
132-
<height>500</height>
132+
<height>300</height>
133133
</size>
134134
</property>
135135
<property name="frameShape">
@@ -198,7 +198,7 @@
198198
<rect>
199199
<x>0</x>
200200
<y>0</y>
201-
<width>525</width>
201+
<width>605</width>
202202
<height>300</height>
203203
</rect>
204204
</property>
@@ -628,8 +628,8 @@
628628
<rect>
629629
<x>0</x>
630630
<y>0</y>
631-
<width>501</width>
632-
<height>890</height>
631+
<width>566</width>
632+
<height>406</height>
633633
</rect>
634634
</property>
635635
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -1350,8 +1350,8 @@ font-style: italic;</string>
13501350
<rect>
13511351
<x>0</x>
13521352
<y>0</y>
1353-
<width>367</width>
1354-
<height>414</height>
1353+
<width>640</width>
1354+
<height>462</height>
13551355
</rect>
13561356
</property>
13571357
<layout class="QVBoxLayout" name="verticalLayout_14">
@@ -1961,8 +1961,8 @@ font-style: italic;</string>
19611961
<rect>
19621962
<x>0</x>
19631963
<y>0</y>
1964-
<width>283</width>
1965-
<height>266</height>
1964+
<width>640</width>
1965+
<height>462</height>
19661966
</rect>
19671967
</property>
19681968
<layout class="QVBoxLayout" name="verticalLayout_12">
@@ -2339,8 +2339,8 @@ font-style: italic;</string>
23392339
<rect>
23402340
<x>0</x>
23412341
<y>0</y>
2342-
<width>377</width>
2343-
<height>760</height>
2342+
<width>625</width>
2343+
<height>753</height>
23442344
</rect>
23452345
</property>
23462346
<layout class="QVBoxLayout" name="verticalLayout_21">
@@ -3170,8 +3170,8 @@ font-style: italic;</string>
31703170
<rect>
31713171
<x>0</x>
31723172
<y>0</y>
3173-
<width>317</width>
3174-
<height>440</height>
3173+
<width>640</width>
3174+
<height>462</height>
31753175
</rect>
31763176
</property>
31773177
<layout class="QVBoxLayout" name="verticalLayout_22">
@@ -3664,8 +3664,8 @@ font-style: italic;</string>
36643664
<rect>
36653665
<x>0</x>
36663666
<y>0</y>
3667-
<width>360</width>
3668-
<height>818</height>
3667+
<width>625</width>
3668+
<height>814</height>
36693669
</rect>
36703670
</property>
36713671
<layout class="QVBoxLayout" name="verticalLayout_11">
@@ -4930,8 +4930,8 @@ font-style: italic;</string>
49304930
<rect>
49314931
<x>0</x>
49324932
<y>0</y>
4933-
<width>390</width>
4934-
<height>645</height>
4933+
<width>625</width>
4934+
<height>639</height>
49354935
</rect>
49364936
</property>
49374937
<layout class="QVBoxLayout" name="verticalLayout_8">

0 commit comments

Comments
 (0)
Please sign in to comment.