Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix placeholder text in the vector tile connection dialog
  • Loading branch information
alexbruy committed Apr 16, 2020
1 parent f786e5d commit 6ed8e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsvectortileconnectiondialog.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>659</width>
<height>506</height>
<height>208</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -73,7 +73,7 @@
<string>URL of the connection, {x}, {y}, and {z} will be replaced with actual values. Use {-y} for inverted y axis.</string>
</property>
<property name="placeholderText">
<string>http://example.com/{z}/{x}/{y}.png</string>
<string>http://example.com/{z}/{x}/{y}.pbf</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6ed8e05

Please sign in to comment.