From e82c031f3b5ed7c465384deaf873163b45e6e01e Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 28 Apr 2021 09:51:00 -0400 Subject: [PATCH] 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) --- src/Artemis.UI.Shared/Controls/ColorPicker.xaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Artemis.UI.Shared/Controls/ColorPicker.xaml b/src/Artemis.UI.Shared/Controls/ColorPicker.xaml index 740f659f0..c28b32576 100644 --- a/src/Artemis.UI.Shared/Controls/ColorPicker.xaml +++ b/src/Artemis.UI.Shared/Controls/ColorPicker.xaml @@ -73,7 +73,9 @@ MinWidth="95" MaxLength="9" Margin="0" - HorizontalAlignment="Stretch"> + HorizontalAlignment="Stretch" + FontFamily="Consolas" + CharacterCasing="Upper">