Skip to content

Commit

Permalink
Move 'make default' option over OK in transform dialog
Browse files Browse the repository at this point in the history
(cherry picked from commit 766e58a)
  • Loading branch information
nyalldawson committed Jul 9, 2019
1 parent 91363dd commit 790fba7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ui/qgsdatumtransformdialogbase.ui
Expand Up @@ -112,12 +112,9 @@
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="mMakeDefaultCheckBox">
<property name="toolTip">
<string>If checked, the selected transformation will become the default choice in all new projects</string>
</property>
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
<property name="text">
<string>Make default</string>
<string>Hide deprecated transformations</string>
</property>
</widget>
</item>
Expand All @@ -135,9 +132,12 @@
</spacer>
</item>
<item>
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
<widget class="QCheckBox" name="mMakeDefaultCheckBox">
<property name="toolTip">
<string>If checked, the selected transformation will become the default choice in all new projects</string>
</property>
<property name="text">
<string>Hide deprecated transformations</string>
<string>Make default</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -217,8 +217,8 @@
</customwidgets>
<tabstops>
<tabstop>mDatumTransformTableWidget</tabstop>
<tabstop>mMakeDefaultCheckBox</tabstop>
<tabstop>mHideDeprecatedCheckBox</tabstop>
<tabstop>mMakeDefaultCheckBox</tabstop>
</tabstops>
<resources/>
<connections>
Expand Down

0 comments on commit 790fba7

Please sign in to comment.