Fix tooltip text mismatch for 'Dimensions only' in Sketcher Preferences (#24825)

This commit is contained in:
revaarathore11
2025-11-14 19:40:03 +05:30
committed by GitHub
parent 3aaa225145
commit 2903f480ae

View File

@@ -344,7 +344,7 @@ This setting is only for the toolbar. Whichever you choose, all tools are always
<property name="toolTip">
<string>Choose a visibility mode for the On-View-Parameters:
'Disabled': On-View-Parameters are completely disabled.
'Only dimensional': Only dimensional On-View-Parameters are visible. They are the most useful. For example the radius of a circle.
'Dimensional only': Only dimensional On-View-Parameters are visible. They are the most useful. For example, the radius of a circle.
'All': Both dimensional and positional On-View-Parameters. Positionals are the (x,y) position of the cursor. For example for the center of a circle.</string>
</property>
</widget>