mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[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:
@@ -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>
|
||||
Reference in New Issue
Block a user