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:
parent
a874a494ff
commit
e82c031f3b
@ -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}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user