From 1c47caf1f41ad9668a032304af75a01a07602391 Mon Sep 17 00:00:00 2001 From: kikipoulet Date: Sat, 1 Jun 2024 11:44:06 +0200 Subject: [PATCH] some popup background --- SukiUI/ColorTheme/Light.axaml | 2 +- SukiUI/Theme/AutoCompleteBoxStyles.axaml | 3 ++- SukiUI/Theme/ContextMenu.axaml | 2 ++ SukiUI/Theme/Menu.axaml | 2 ++ SukiUI/Theme/MenuItem.axaml | 2 ++ 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/SukiUI/ColorTheme/Light.axaml b/SukiUI/ColorTheme/Light.axaml index 8f5ad7b2f..fe07db0a0 100644 --- a/SukiUI/ColorTheme/Light.axaml +++ b/SukiUI/ColorTheme/Light.axaml @@ -28,7 +28,7 @@ - + diff --git a/SukiUI/Theme/AutoCompleteBoxStyles.axaml b/SukiUI/Theme/AutoCompleteBoxStyles.axaml index e9cb782b4..fe76c8cd8 100644 --- a/SukiUI/Theme/AutoCompleteBoxStyles.axaml +++ b/SukiUI/Theme/AutoCompleteBoxStyles.axaml @@ -42,7 +42,7 @@ BorderThickness="1,1,1,1" BoxShadow="{DynamicResource SukiPopupShadow}" CornerRadius="{DynamicResource SmallCornerRadius}"> - + + diff --git a/SukiUI/Theme/ContextMenu.axaml b/SukiUI/Theme/ContextMenu.axaml index 8a950619f..bf7573d16 100644 --- a/SukiUI/Theme/ContextMenu.axaml +++ b/SukiUI/Theme/ContextMenu.axaml @@ -20,11 +20,13 @@ BorderThickness="{TemplateBinding BorderThickness}" ClipToBounds="True" CornerRadius="{TemplateBinding CornerRadius}"> + + diff --git a/SukiUI/Theme/Menu.axaml b/SukiUI/Theme/Menu.axaml index edd7a8b08..94470aa8a 100644 --- a/SukiUI/Theme/Menu.axaml +++ b/SukiUI/Theme/Menu.axaml @@ -46,11 +46,13 @@ BoxShadow="{DynamicResource SukiPopupShadow}" ClipToBounds="True" CornerRadius="6"> + + diff --git a/SukiUI/Theme/MenuItem.axaml b/SukiUI/Theme/MenuItem.axaml index 2174924fb..7fc980ccf 100644 --- a/SukiUI/Theme/MenuItem.axaml +++ b/SukiUI/Theme/MenuItem.axaml @@ -82,9 +82,11 @@ BoxShadow="{DynamicResource SukiPopupShadow}" ClipToBounds="True" CornerRadius="5"> + +