[ScreenRuler]Add setting to show the measurement in an extra unit (#35887)

* display ruler: supporting millimeter and other units

* Measurement Tool: UI Setting for an extra unit

* Update images

* spelling

* spelling

* suit code style

* Fix for code review

* remove weird file

* rename field
This commit is contained in:
Wenjian Chern
2024-12-06 06:02:17 +08:00
committed by GitHub
parent 076461e460
commit 09ce610dbb
26 changed files with 333 additions and 101 deletions

View File

@@ -66,4 +66,16 @@
<data name="BtnClosePanelTooltip.Text" xml:space="preserve">
<value>Close (Esc)</value>
</data>
<data name="MeasurementUnitAbbrPixel" xml:space="preserve">
<value>px</value>
</data>
<data name="MeasurementUnitAbbrInch" xml:space="preserve">
<value>in</value>
</data>
<data name="MeasurementUnitAbbrCentimetre" xml:space="preserve">
<value>cm</value>
</data>
<data name="MeasurementUnitAbbrMillimetre" xml:space="preserve">
<value>mm</value>
</data>
</root>