Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use flat group box in options dialog to reduce nesting
  • Loading branch information
NathanW2 committed May 25, 2014
1 parent 79a57a2 commit e4b2d43
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -248,7 +248,7 @@
<item>
<widget class="QStackedWidget" name="mOptionsStackedWidget">
<property name="currentIndex">
<number>5</number>
<number>0</number>
</property>
<widget class="QWidget" name="mOptionsPageGeneral">
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand All @@ -268,8 +268,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>399</width>
<height>538</height>
<width>647</width>
<height>589</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
Expand Down Expand Up @@ -1293,8 +1293,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<height>367</height>
<width>647</width>
<height>589</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_27">
Expand Down Expand Up @@ -1603,8 +1603,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>524</width>
<height>669</height>
<width>630</width>
<height>674</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29">
Expand Down Expand Up @@ -1714,6 +1714,9 @@
<property name="title">
<string>Enable feature simplification by default for newly added layers</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -1918,6 +1921,9 @@
<property name="title">
<string>Contrast enhancement</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QWidget" name="widget_3" native="true">
Expand Down

0 comments on commit e4b2d43

Please sign in to comment.