From ba45bdd99d0c5815a9d52f16105d1234e13f3f35 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 1 Oct 2022 22:30:55 +0200 Subject: [PATCH] Text boxes - Fixed the hitbox so that you can click anywhere in a textbox to start typing --- src/Artemis.UI.Shared/Styles/Condensed.axaml | 2 +- src/Artemis.UI.Shared/Styles/TextBox.axaml | 152 ++++++++++--------- 2 files changed, 85 insertions(+), 69 deletions(-) diff --git a/src/Artemis.UI.Shared/Styles/Condensed.axaml b/src/Artemis.UI.Shared/Styles/Condensed.axaml index 9ceb0c926..54dd1b525 100644 --- a/src/Artemis.UI.Shared/Styles/Condensed.axaml +++ b/src/Artemis.UI.Shared/Styles/Condensed.axaml @@ -45,7 +45,7 @@ diff --git a/src/Artemis.UI.Shared/Styles/TextBox.axaml b/src/Artemis.UI.Shared/Styles/TextBox.axaml index 7497f7019..c6b950b6d 100644 --- a/src/Artemis.UI.Shared/Styles/TextBox.axaml +++ b/src/Artemis.UI.Shared/Styles/TextBox.axaml @@ -8,9 +8,10 @@ - + attached:TextBoxAssist.SuffixText="%"> + @@ -30,80 +31,95 @@ -