From cffcaee3923891c0d2d71f2327e11669463d2bb0 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:53:25 +0800 Subject: [PATCH 1/3] fix: fix disabled fill color in RadioButton. --- src/Semi.Avalonia/Themes/Dark/RadioButton.axaml | 2 +- src/Semi.Avalonia/Themes/Light/RadioButton.axaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Semi.Avalonia/Themes/Dark/RadioButton.axaml b/src/Semi.Avalonia/Themes/Dark/RadioButton.axaml index c232295..0e59db4 100644 --- a/src/Semi.Avalonia/Themes/Dark/RadioButton.axaml +++ b/src/Semi.Avalonia/Themes/Dark/RadioButton.axaml @@ -4,7 +4,7 @@ - + diff --git a/src/Semi.Avalonia/Themes/Light/RadioButton.axaml b/src/Semi.Avalonia/Themes/Light/RadioButton.axaml index c232295..0e59db4 100644 --- a/src/Semi.Avalonia/Themes/Light/RadioButton.axaml +++ b/src/Semi.Avalonia/Themes/Light/RadioButton.axaml @@ -4,7 +4,7 @@ - + From 90ef903c22a722989b993e163a040c81196c4483 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:53:56 +0800 Subject: [PATCH 2/3] fix: add default FontWeight to TagLabel. --- src/Semi.Avalonia/Controls/Label.axaml | 1 + src/Semi.Avalonia/Themes/Shared/Label.axaml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Semi.Avalonia/Controls/Label.axaml b/src/Semi.Avalonia/Controls/Label.axaml index b6e1ace..a6dad6e 100644 --- a/src/Semi.Avalonia/Controls/Label.axaml +++ b/src/Semi.Avalonia/Controls/Label.axaml @@ -173,6 +173,7 @@ + 20 24 + \ No newline at end of file From 49a3eada3479f34f45602265c2367bb906161cf9 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:00:35 +0800 Subject: [PATCH 3/3] misc: add CompileBinding to TabStripDemo. --- demo/Semi.Avalonia.Demo/Pages/TabStripDemo.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Semi.Avalonia.Demo/Pages/TabStripDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/TabStripDemo.axaml index b078cba..2c78639 100644 --- a/demo/Semi.Avalonia.Demo/Pages/TabStripDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/TabStripDemo.axaml @@ -5,6 +5,7 @@ xmlns:vm="clr-namespace:Semi.Avalonia.Demo.ViewModels" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Semi.Avalonia.Demo.Pages.TabStripDemo" + x:CompileBindings="True" x:DataType="vm:TabStripDemoViewModel">