From 318996812866416c1061d974041f28d592e5a785 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Wed, 2 Oct 2024 18:06:55 +0800 Subject: [PATCH] feat: more controls. --- demo/Ursa.Demo/Ursa.Demo.csproj | 4 +- src/Ursa.Themes.Semi/Controls/IPv4Box.axaml | 36 ++++++++++-------- .../Controls/KeyGestureInput.axaml | 23 ++++++----- .../Controls/MultiComboBox.axaml | 2 +- src/Ursa.Themes.Semi/Controls/NavMenu.axaml | 16 +++++--- src/Ursa.Themes.Semi/Controls/PinCode.axaml | 2 + .../Controls/TreeComboBox.axaml | 1 + .../Themes/Dark/IPv4Box.axaml | 12 ------ .../Themes/Dark/KeyGestureInput.axaml | 9 ----- .../Themes/Dark/NavigationMenu.axaml | 5 --- src/Ursa.Themes.Semi/Themes/Dark/_index.axaml | 2 - .../Themes/HighContrast/Base.axaml | 1 + .../Themes/Light/IPv4Box.axaml | 12 ------ .../Themes/Light/KeyGestureInput.axaml | 9 ----- .../Themes/Light/NavigationMenu.axaml | 5 --- .../Themes/Light/_index.axaml | 38 +++++++++---------- .../Themes/Shared/IPv4Box.axaml | 8 ---- .../Themes/Shared/KeyGestureInput.axaml | 7 ---- .../Themes/Shared/_index.axaml | 2 - 19 files changed, 66 insertions(+), 128 deletions(-) delete mode 100644 src/Ursa.Themes.Semi/Themes/Dark/IPv4Box.axaml delete mode 100644 src/Ursa.Themes.Semi/Themes/Dark/KeyGestureInput.axaml delete mode 100644 src/Ursa.Themes.Semi/Themes/Light/IPv4Box.axaml delete mode 100644 src/Ursa.Themes.Semi/Themes/Light/KeyGestureInput.axaml delete mode 100644 src/Ursa.Themes.Semi/Themes/Shared/IPv4Box.axaml delete mode 100644 src/Ursa.Themes.Semi/Themes/Shared/KeyGestureInput.axaml diff --git a/demo/Ursa.Demo/Ursa.Demo.csproj b/demo/Ursa.Demo/Ursa.Demo.csproj index bf8cd04..660a5d6 100644 --- a/demo/Ursa.Demo/Ursa.Demo.csproj +++ b/demo/Ursa.Demo/Ursa.Demo.csproj @@ -19,9 +19,7 @@ - + diff --git a/src/Ursa.Themes.Semi/Controls/IPv4Box.axaml b/src/Ursa.Themes.Semi/Controls/IPv4Box.axaml index 1c9e18a..636a707 100644 --- a/src/Ursa.Themes.Semi/Controls/IPv4Box.axaml +++ b/src/Ursa.Themes.Semi/Controls/IPv4Box.axaml @@ -30,18 +30,19 @@ Header="Clear" /> - - - - - - - - - - - - + + + + + + + + + + + + + @@ -113,17 +114,20 @@ diff --git a/src/Ursa.Themes.Semi/Controls/KeyGestureInput.axaml b/src/Ursa.Themes.Semi/Controls/KeyGestureInput.axaml index 9548bd9..c8865d5 100644 --- a/src/Ursa.Themes.Semi/Controls/KeyGestureInput.axaml +++ b/src/Ursa.Themes.Semi/Controls/KeyGestureInput.axaml @@ -7,12 +7,11 @@ - - - - - - + + + + + @@ -67,18 +66,18 @@ +