Skip to content

Commit

Permalink
Merge pull request #5 from DelazJ/localisation-more-fixes
Browse files Browse the repository at this point in the history
Some more tabstop fixes
  • Loading branch information
elpaso committed Jul 17, 2021
2 parents f0dec92 + 0d2094d commit 9c5f40f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ui/mesh/qgsmeshrendererscalarsettingswidgetbase.ui
Expand Up @@ -247,6 +247,9 @@
<tabstop>mScalarEdgeStrokeWidthVariableRadioButton</tabstop>
<tabstop>mScalarEdgeStrokeWidthSpinBox</tabstop>
<tabstop>mScalarEdgeStrokeWidthVariablePushButton</tabstop>
<tabstop>mScalarEdgeStrokeWidthUnitSelectionWidget</tabstop>
<tabstop>mScalarMinSpinBox</tabstop>
<tabstop>mScalarMaxSpinBox</tabstop>
<tabstop>mScalarRecalculateMinMaxButton</tabstop>
<tabstop>mScalarInterpolationTypeComboBox</tabstop>
</tabstops>
Expand Down
6 changes: 4 additions & 2 deletions src/ui/mesh/qgsmeshvariablestrokewidthwidgetbase.ui
Expand Up @@ -110,8 +110,8 @@
<height>0</height>
</size>
</property>
<property name="text">
<string/>
<property name="toolTip">
<string>Load</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand Down Expand Up @@ -163,6 +163,8 @@
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mValueMinimumSpinBox</tabstop>
<tabstop>mValueMaximumSpinBox</tabstop>
<tabstop>mDefaultMinMaxButton</tabstop>
<tabstop>mIgnoreOutOfRangecheckBox</tabstop>
<tabstop>mUseAbsoluteValueCheckBox</tabstop>
Expand Down
4 changes: 4 additions & 0 deletions src/ui/qgsdecorationgriddialog.ui
Expand Up @@ -397,6 +397,10 @@
<tabstop>mGridTypeComboBox</tabstop>
<tabstop>mLineSymbolButton</tabstop>
<tabstop>mMarkerSymbolButton</tabstop>
<tabstop>mIntervalXEdit</tabstop>
<tabstop>mIntervalYEdit</tabstop>
<tabstop>mOffsetXEdit</tabstop>
<tabstop>mOffsetYEdit</tabstop>
<tabstop>mPbtnUpdateFromExtents</tabstop>
<tabstop>mPbtnUpdateFromLayer</tabstop>
<tabstop>mDrawAnnotationCheckBox</tabstop>
Expand Down

0 comments on commit 9c5f40f

Please sign in to comment.