Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move map theme combobox near list of layers
Because the map theme option may impact checked layers in the list, better have them close.
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 16, 2018
1 parent eb7a187 commit 80a8efd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/ui/qgsdxfexportdialogbase.ui
Expand Up @@ -84,14 +84,14 @@
</property>
</widget>
</item>
<item row="5" column="1" colspan="2">
<item row="4" column="1" colspan="2">
<widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<item row="5" column="1" colspan="2">
<widget class="QComboBox" name="mVisibilityPresets"/>
</item>
<item row="15" column="0" colspan="3">
Expand All @@ -107,7 +107,7 @@
<item row="0" column="1">
<widget class="QLineEdit" name="mFileLineEdit"/>
</item>
<item row="5" column="0">
<item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>CRS</string>
Expand Down Expand Up @@ -152,7 +152,7 @@
</property>
</widget>
</item>
<item row="4" column="0">
<item row="5" column="0">
<widget class="QLabel" name="mSymbologyScaleLabel_2">
<property name="text">
<string>Map themes</string>
Expand Down Expand Up @@ -231,13 +231,17 @@
<tabstop>mFileLineEdit</tabstop>
<tabstop>mFileSelectionButton</tabstop>
<tabstop>mSymbologyModeComboBox</tabstop>
<tabstop>mEncoding</tabstop>
<tabstop>mScaleWidget</tabstop>
<tabstop>mVisibilityPresets</tabstop>
<tabstop>mEncoding</tabstop>
<tabstop>mCrsSelector</tabstop>
<tabstop>mVisibilityPresets</tabstop>
<tabstop>mTreeView</tabstop>
<tabstop>mSelectAllButton</tabstop>
<tabstop>mDeselectAllButton</tabstop>
<tabstop>mLayerTitleAsName</tabstop>
<tabstop>mMTextCheckBox</tabstop>
<tabstop>mMapExtentCheckBox</tabstop>
<tabstop>mForce2d</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
Expand Down

0 comments on commit 80a8efd

Please sign in to comment.