Skip to content

Commit

Permalink
Add tooltips for mDefaultMValueSpinBox and mDefaultZValueSpinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Apr 30, 2021
1 parent a6d554d commit d11fe03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -4365,6 +4365,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
</item>
<item row="3" column="2">
<widget class="QgsDoubleSpinBox" name="mDefaultZValueSpinBox">
<property name="toolTip">
<string>Default Z Value</string>
</property>
<property name="decimals">
<number>3</number>
</property>
Expand All @@ -4381,6 +4384,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
</item>
<item row="4" column="2">
<widget class="QgsDoubleSpinBox" name="mDefaultMValueSpinBox">
<property name="toolTip">
<string>Default Measure Value</string>
</property>
<property name="decimals">
<number>3</number>
</property>
Expand Down

0 comments on commit d11fe03

Please sign in to comment.