mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
fix: Adjust tooltips for placement widgets in decoration items dialogs
This commit is contained in:
parent
534000a786
commit
42f7bf5c6e
@ -85,6 +85,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -111,6 +114,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Vertical offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -162,8 +162,8 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string extracomment="Distance from the top of the canvas as a percentage of page height"/>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
@ -191,8 +191,8 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string extracomment="Distance from the left of the canvas as a percentage of page width"/>
|
||||
<property name="toolTip">
|
||||
<string>Vertical offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
|
@ -176,8 +176,8 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string extracomment="Distance from the top of the canvas as a percentage of page height"/>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
@ -205,8 +205,8 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string extracomment="Distance from the left of the canvas as a percentage of page width"/>
|
||||
<property name="toolTip">
|
||||
<string>Vertical offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
@ -342,10 +342,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string/>
|
||||
<string>keeps the selected arrow oriented to the north</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Automatic</string>
|
||||
|
@ -307,6 +307,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -351,6 +354,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Vertical offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -85,6 +85,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Horizontal offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -111,6 +114,9 @@
|
||||
<property name="maximum">
|
||||
<number>100</number>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Vertical offset on the map canvas from the placement anchor</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user