Skip to content

Commit

Permalink
[styledock] move live update checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 2, 2016
1 parent 7dd1c59 commit 49eaf07
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/ui/qgsmapstylingwidgetbase.ui
Expand Up @@ -43,6 +43,9 @@
</property>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QToolButton" name="mUndoButton">
<property name="text">
Expand Down Expand Up @@ -85,6 +88,19 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="mLiveApplyCheck">
<property name="text">
<string>Live update</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRepeat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" rowspan="2">
Expand Down Expand Up @@ -164,19 +180,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="mLiveApplyCheck">
<property name="text">
<string>Live update</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRepeat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
Expand Down

0 comments on commit 49eaf07

Please sign in to comment.