Skip to content

Commit

Permalink
Add tab stops to Map Clipping settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 25, 2020
1 parent 2c97e86 commit b480fea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/ui/layout/qgslayoutmapclippingwidgetbase.ui
Expand Up @@ -77,7 +77,7 @@
<item row="5" column="0">
<widget class="QRadioButton" name="mRadioClipSelectedLayers">
<property name="text">
<string>Clip selected layers:</string>
<string>Clip selected layers</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -172,6 +172,18 @@
<header>qgslayoutitemcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mClipToAtlasCheckBox</tabstop>
<tabstop>mAtlasClippingTypeComboBox</tabstop>
<tabstop>mForceLabelsInsideCheckBox</tabstop>
<tabstop>mRadioClipAllLayers</tabstop>
<tabstop>mRadioClipSelectedLayers</tabstop>
<tabstop>mLayersTreeView</tabstop>
<tabstop>mClipToItemCheckBox</tabstop>
<tabstop>mClipItemComboBox</tabstop>
<tabstop>mItemClippingTypeComboBox</tabstop>
<tabstop>mForceLabelsInsideItemCheckBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit b480fea

Please sign in to comment.