From 73933ee32440456b4861f2f235939d1f90bd7509 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 4 Apr 2023 22:36:39 +0200 Subject: [PATCH] Fixed color picker button --- .../Styles/ColorPickerButton.axaml | 33 ++++++++++--------- .../SKColorPropertyInputView.axaml | 3 +- .../Settings/Updating/ReleaseView.axaml | 4 +-- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/Artemis.UI.Shared/Styles/ColorPickerButton.axaml b/src/Artemis.UI.Shared/Styles/ColorPickerButton.axaml index 19fdc882e..4a37a64f9 100644 --- a/src/Artemis.UI.Shared/Styles/ColorPickerButton.axaml +++ b/src/Artemis.UI.Shared/Styles/ColorPickerButton.axaml @@ -2,14 +2,17 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia"> - - + + + Padding="2 2 30 2" + > + Color="Red" + ShowAcceptDismissButtons="False" + /> @@ -25,23 +28,21 @@ - - - - - + CornerRadius="{TemplateBinding CornerRadius}"/> + + + diff --git a/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.axaml b/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.axaml index f0ac5b7ba..622178c7b 100644 --- a/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.axaml +++ b/src/Artemis.UI/DefaultTypes/PropertyInput/SKColorPropertyInputView.axaml @@ -14,7 +14,7 @@ - + @@ -22,6 +22,7 @@ diff --git a/src/Artemis.UI/Screens/Settings/Updating/ReleaseView.axaml b/src/Artemis.UI/Screens/Settings/Updating/ReleaseView.axaml index bdec0d278..1a576793c 100644 --- a/src/Artemis.UI/Screens/Settings/Updating/ReleaseView.axaml +++ b/src/Artemis.UI/Screens/Settings/Updating/ReleaseView.axaml @@ -156,9 +156,7 @@ Release notes - - - +