1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Color Picker Textbox QoL Change

Make the text always uppercase and make the font monospace to make sure it's visible in low width environments (ie. the gradient picker)
This commit is contained in:
Luke Taylor 2021-04-28 09:51:00 -04:00
parent a874a494ff
commit e82c031f3b

View File

@ -73,7 +73,9 @@
MinWidth="95"
MaxLength="9"
Margin="0"
HorizontalAlignment="Stretch">
HorizontalAlignment="Stretch"
FontFamily="Consolas"
CharacterCasing="Upper">
<materialDesign:TextFieldAssist.CharacterCounterStyle>
<Style TargetType="TextBlock" />
</materialDesign:TextFieldAssist.CharacterCounterStyle>
@ -82,7 +84,7 @@
<Border Width="15"
Height="15"
CornerRadius="15"
Margin="0 0 8 0"
Margin="0 0 2 0"
VerticalAlignment="Center"
HorizontalAlignment="Right"
Background="{StaticResource Checkerboard}">