Skip to content

Commit

Permalink
Fix margin issues on digitizing tab of options dialog (reset from 9 t…
Browse files Browse the repository at this point in the history
…o 0 all around). Set scrollbox frame style to noframe
  • Loading branch information
timlinux committed Mar 24, 2012
1 parent 53b9ae2 commit e25ffdc
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions src/ui/qgsoptionsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<item row="2" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>6</number>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -67,7 +67,7 @@
<x>0</x>
<y>0</y>
<width>787</width>
<height>823</height>
<height>859</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -733,8 +733,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>614</width>
<height>523</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_8">
Expand Down Expand Up @@ -907,8 +907,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>539</width>
<height>502</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
Expand Down Expand Up @@ -1193,8 +1193,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>270</width>
<height>93</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_10">
Expand Down Expand Up @@ -1258,8 +1258,14 @@
<string>Digitizing</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_14">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea_5">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
Expand All @@ -1268,8 +1274,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>571</width>
<height>620</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_13">
Expand Down Expand Up @@ -1644,8 +1650,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>425</width>
<height>417</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_15">
Expand Down Expand Up @@ -1818,8 +1824,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>519</width>
<height>584</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_17">
Expand Down Expand Up @@ -1915,8 +1921,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>355</width>
<height>572</height>
<width>803</width>
<height>763</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_20">
Expand Down

0 comments on commit e25ffdc

Please sign in to comment.