From a8e5cc2d9229056dbeaa127c0836c8295aac4fff Mon Sep 17 00:00:00 2001 From: Mccree Lee Date: Sat, 19 Oct 2024 22:43:45 +0800 Subject: [PATCH 1/4] perf: Expander style --- SukiUI/Theme/Expander.axaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/SukiUI/Theme/Expander.axaml b/SukiUI/Theme/Expander.axaml index db5d50420..e4e6ca89b 100644 --- a/SukiUI/Theme/Expander.axaml +++ b/SukiUI/Theme/Expander.axaml @@ -2,6 +2,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:content="clr-namespace:SukiUI.Content" xmlns:controls="clr-namespace:SukiUI.Controls"> + + + + + + + + @@ -24,12 +32,13 @@ - + CornerRadius="10" + DockPanel.Dock="Bottom" + Opacity="0.8" /> Date: Sat, 19 Oct 2024 23:02:52 +0800 Subject: [PATCH 2/4] perf: Theming & Textbox watermark margin --- .../Features/Theming/ThemingView.axaml | 164 +++++++++--------- SukiUI/Theme/TextBoxStyles.xaml | 16 +- 2 files changed, 87 insertions(+), 93 deletions(-) diff --git a/SukiUI.Demo/Features/Theming/ThemingView.axaml b/SukiUI.Demo/Features/Theming/ThemingView.axaml index 1ba487558..55bf2c1ba 100644 --- a/SukiUI.Demo/Features/Theming/ThemingView.axaml +++ b/SukiUI.Demo/Features/Theming/ThemingView.axaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:suki="https://github.com/kikipoulet/SukiUI" xmlns:objectModel="clr-namespace:System.Collections.ObjectModel;assembly=System.ObjectModel" + xmlns:suki="https://github.com/kikipoulet/SukiUI" xmlns:theming="clr-namespace:SukiUI.Demo.Features.Theming" d:DesignHeight="450" d:DesignWidth="800" @@ -30,7 +30,7 @@ Background="#fafafa" CornerRadius="{DynamicResource MediumCornerRadius}"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -