[ColorPicker]Support BGR and RGB decimal value formats (#22771)

* ColorPicker add both decimal value formats

* ColorPicker, custom format dialog, resizing columns
This commit is contained in:
Laszlo Nemeth
2022-12-15 10:33:17 +01:00
committed by GitHub
parent 5b4e678f14
commit 96ac6a6a12
3 changed files with 22 additions and 13 deletions

View File

@@ -1374,8 +1374,11 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
<data name="Help_Z_value.Text" xml:space="preserve">
<value>Z value</value>
</data>
<data name="Help_decimal_value.Text" xml:space="preserve">
<value>decimal value</value>
<data name="Help_decimal_value_RGB.Text" xml:space="preserve">
<value>decimal value (RGB)</value>
</data>
<data name="Help_decimal_value_BGR.Text" xml:space="preserve">
<value>decimal value (BGR)</value>
</data>
<data name="Help_color_name.Text" xml:space="preserve">
<value>color name</value>