Skip to content

Commit

Permalink
Update "refresh layer at interval" tooltip
Browse files Browse the repository at this point in the history
Fix #20223
  • Loading branch information
DelazJ committed Oct 26, 2018
1 parent a0e3c2d commit 3e7ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -1676,7 +1676,7 @@ border-radius: 2px;</string>
<item>
<widget class="QDoubleSpinBox" name="mRefreshLayerIntervalSpinBox">
<property name="toolTip">
<string>Higher values result in more simplification</string>
<string>Lower values result in more data refreshing. Canvas updates are deferred in order to avoid refreshing multiple times if more than one layer has an auto update interval set.</string>
</property>
<property name="decimals">
<number>2</number>
Expand Down

0 comments on commit 3e7ee91

Please sign in to comment.