Skip to content

Commit e25ffdc

Browse files
committed
Fix margin issues on digitizing tab of options dialog (reset from 9 to 0 all around). Set scrollbox frame style to noframe
1 parent 53b9ae2 commit e25ffdc

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

src/ui/qgsoptionsbase.ui

+22-16
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<item row="2" column="0">
3434
<widget class="QTabWidget" name="tabWidget">
3535
<property name="currentIndex">
36-
<number>0</number>
36+
<number>6</number>
3737
</property>
3838
<property name="iconSize">
3939
<size>
@@ -67,7 +67,7 @@
6767
<x>0</x>
6868
<y>0</y>
6969
<width>787</width>
70-
<height>823</height>
70+
<height>859</height>
7171
</rect>
7272
</property>
7373
<layout class="QGridLayout" name="gridLayout">
@@ -733,8 +733,8 @@
733733
<rect>
734734
<x>0</x>
735735
<y>0</y>
736-
<width>614</width>
737-
<height>523</height>
736+
<width>803</width>
737+
<height>763</height>
738738
</rect>
739739
</property>
740740
<layout class="QGridLayout" name="gridLayout_8">
@@ -907,8 +907,8 @@
907907
<rect>
908908
<x>0</x>
909909
<y>0</y>
910-
<width>539</width>
911-
<height>502</height>
910+
<width>803</width>
911+
<height>763</height>
912912
</rect>
913913
</property>
914914
<layout class="QGridLayout" name="gridLayout_4">
@@ -1193,8 +1193,8 @@
11931193
<rect>
11941194
<x>0</x>
11951195
<y>0</y>
1196-
<width>270</width>
1197-
<height>93</height>
1196+
<width>803</width>
1197+
<height>763</height>
11981198
</rect>
11991199
</property>
12001200
<layout class="QGridLayout" name="gridLayout_10">
@@ -1258,8 +1258,14 @@
12581258
<string>Digitizing</string>
12591259
</attribute>
12601260
<layout class="QGridLayout" name="gridLayout_14">
1261+
<property name="margin">
1262+
<number>0</number>
1263+
</property>
12611264
<item row="0" column="0">
12621265
<widget class="QScrollArea" name="scrollArea_5">
1266+
<property name="frameShape">
1267+
<enum>QFrame::NoFrame</enum>
1268+
</property>
12631269
<property name="widgetResizable">
12641270
<bool>true</bool>
12651271
</property>
@@ -1268,8 +1274,8 @@
12681274
<rect>
12691275
<x>0</x>
12701276
<y>0</y>
1271-
<width>571</width>
1272-
<height>620</height>
1277+
<width>803</width>
1278+
<height>763</height>
12731279
</rect>
12741280
</property>
12751281
<layout class="QGridLayout" name="gridLayout_13">
@@ -1644,8 +1650,8 @@
16441650
<rect>
16451651
<x>0</x>
16461652
<y>0</y>
1647-
<width>425</width>
1648-
<height>417</height>
1653+
<width>803</width>
1654+
<height>763</height>
16491655
</rect>
16501656
</property>
16511657
<layout class="QGridLayout" name="gridLayout_15">
@@ -1818,8 +1824,8 @@
18181824
<rect>
18191825
<x>0</x>
18201826
<y>0</y>
1821-
<width>519</width>
1822-
<height>584</height>
1827+
<width>803</width>
1828+
<height>763</height>
18231829
</rect>
18241830
</property>
18251831
<layout class="QGridLayout" name="gridLayout_17">
@@ -1915,8 +1921,8 @@
19151921
<rect>
19161922
<x>0</x>
19171923
<y>0</y>
1918-
<width>355</width>
1919-
<height>572</height>
1924+
<width>803</width>
1925+
<height>763</height>
19201926
</rect>
19211927
</property>
19221928
<layout class="QGridLayout" name="gridLayout_20">

0 commit comments

Comments
 (0)