Skip to content

Commit 6111ec8

Browse files
committedNov 13, 2011
[BP18] wrap long label in Options dialog to avoid horizontal scrolling
1 parent 101b1a8 commit 6111ec8

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed
 

‎src/ui/qgsoptionsbase.ui

+19-16
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
<property name="geometry">
6666
<rect>
6767
<x>0</x>
68-
<y>0</y>
69-
<width>979</width>
70-
<height>1135</height>
68+
<y>-461</y>
69+
<width>787</width>
70+
<height>1235</height>
7171
</rect>
7272
</property>
7373
<layout class="QGridLayout" name="gridLayout_12">
@@ -452,6 +452,9 @@
452452
<property name="text">
453453
<string>In some cases more than one GDAL driver can be used to load the same raster format. Use the list below to specify which to use.</string>
454454
</property>
455+
<property name="wordWrap">
456+
<bool>true</bool>
457+
</property>
455458
</widget>
456459
</item>
457460
</layout>
@@ -537,8 +540,8 @@
537540
<rect>
538541
<x>0</x>
539542
<y>0</y>
540-
<width>641</width>
541-
<height>512</height>
543+
<width>614</width>
544+
<height>523</height>
542545
</rect>
543546
</property>
544547
<layout class="QGridLayout" name="gridLayout_8">
@@ -711,8 +714,8 @@
711714
<rect>
712715
<x>0</x>
713716
<y>0</y>
714-
<width>567</width>
715-
<height>532</height>
717+
<width>539</width>
718+
<height>502</height>
716719
</rect>
717720
</property>
718721
<layout class="QGridLayout" name="gridLayout_4">
@@ -997,8 +1000,8 @@
9971000
<rect>
9981001
<x>0</x>
9991002
<y>0</y>
1000-
<width>289</width>
1001-
<height>94</height>
1003+
<width>270</width>
1004+
<height>93</height>
10021005
</rect>
10031006
</property>
10041007
<layout class="QGridLayout" name="gridLayout_10">
@@ -1072,8 +1075,8 @@
10721075
<rect>
10731076
<x>0</x>
10741077
<y>0</y>
1075-
<width>797</width>
1076-
<height>490</height>
1078+
<width>750</width>
1079+
<height>469</height>
10771080
</rect>
10781081
</property>
10791082
<layout class="QGridLayout" name="gridLayout_13">
@@ -1408,8 +1411,8 @@
14081411
<rect>
14091412
<x>0</x>
14101413
<y>0</y>
1411-
<width>446</width>
1412-
<height>420</height>
1414+
<width>425</width>
1415+
<height>417</height>
14131416
</rect>
14141417
</property>
14151418
<layout class="QGridLayout" name="gridLayout_15">
@@ -1583,7 +1586,7 @@
15831586
<x>0</x>
15841587
<y>0</y>
15851588
<width>519</width>
1586-
<height>583</height>
1589+
<height>584</height>
15871590
</rect>
15881591
</property>
15891592
<layout class="QGridLayout" name="gridLayout_17">
@@ -1679,8 +1682,8 @@
16791682
<rect>
16801683
<x>0</x>
16811684
<y>0</y>
1682-
<width>384</width>
1683-
<height>573</height>
1685+
<width>355</width>
1686+
<height>572</height>
16841687
</rect>
16851688
</property>
16861689
<layout class="QGridLayout" name="gridLayout_20">

0 commit comments

Comments
 (0)
Please sign in to comment.