Skip to content

Commit 1619410

Browse files
committed
'Both' anchor presets tooltips progress
1 parent 206910b commit 1619410

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

ui/layout/AnchorPopupMenu.ui

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@
204204
<height>18</height>
205205
</size>
206206
</property>
207+
<property name="toolTip">
208+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Parent Left-Top&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Aligns anchors to the left-top corner of the parent&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Fixed size. Always the same pixel offset from the parent left-top corner.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
209+
</property>
207210
<property name="text">
208211
<string>Both</string>
209212
</property>
@@ -220,6 +223,9 @@
220223
<height>18</height>
221224
</size>
222225
</property>
226+
<property name="toolTip">
227+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Parent Center&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Aligns anchors to the center of the parent&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Fixed size. Always the same pixel offset from the parent center.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
228+
</property>
223229
<property name="text">
224230
<string>Both</string>
225231
</property>
@@ -236,6 +242,9 @@
236242
<height>18</height>
237243
</size>
238244
</property>
245+
<property name="toolTip">
246+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Parent Right-Bottom&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Aligns anchors to the right-bottom corner of the parent&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Fixed size. Always the same pixel offset from the parent right-bottom corner.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
247+
</property>
239248
<property name="text">
240249
<string>Both</string>
241250
</property>
@@ -252,6 +261,9 @@
252261
<height>18</height>
253262
</size>
254263
</property>
264+
<property name="toolTip">
265+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Parent Stretch&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Aligns anchors to edges of the parent&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Proportional size. Always the same pixel offset from parent edges.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
266+
</property>
255267
<property name="text">
256268
<string>Both</string>
257269
</property>
@@ -284,6 +296,9 @@
284296
<height>18</height>
285297
</size>
286298
</property>
299+
<property name="toolTip">
300+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Widget Left-Top&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Aligns anchors to the left-top corner of the widget itself&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Fixed size. Proportional offset from the widget left-top.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
301+
</property>
287302
<property name="text">
288303
<string>Both</string>
289304
</property>

0 commit comments

Comments
 (0)