Skip to content

Commit

Permalink
Add tooltip for the TileBuffer setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine authored and mbernasocchi committed Jul 25, 2019
1 parent 644c50f commit d3d4f52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -2441,8 +2441,11 @@
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="label_33">
<property name="toolTip">
<string>When using tiles set this to the size of the larger symbols to avoid cut symbols at tile boundaries. This works by drawing features that are outside the tile extent.</string>
</property>
<property name="text">
<string>Tile buffer</string>
<string>Tile buffer in pixels</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit d3d4f52

Please sign in to comment.