From ec4bf729b41b66d4744ade33b9e333d7b49b3e8a Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:41:48 +0800 Subject: [PATCH 1/2] fix: add ComboBox items. --- demo/Semi.Avalonia.Demo/Pages/Overview.axaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/demo/Semi.Avalonia.Demo/Pages/Overview.axaml b/demo/Semi.Avalonia.Demo/Pages/Overview.axaml index a2a8569..a236e88 100644 --- a/demo/Semi.Avalonia.Demo/Pages/Overview.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/Overview.axaml @@ -96,7 +96,11 @@ - + + Item 1 + Item 2 + Item 3 + From e1aa133155ef276f0359957cae27be3a1b05b6de Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:01:21 +0800 Subject: [PATCH 2/2] fix: exchange MinHeight value. --- src/Semi.Avalonia/Themes/Dark/ComboBox.axaml | 4 ++-- src/Semi.Avalonia/Themes/Light/ComboBox.axaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Semi.Avalonia/Themes/Dark/ComboBox.axaml b/src/Semi.Avalonia/Themes/Dark/ComboBox.axaml index e0b90f4..9032829 100644 --- a/src/Semi.Avalonia/Themes/Dark/ComboBox.axaml +++ b/src/Semi.Avalonia/Themes/Dark/ComboBox.axaml @@ -39,8 +39,8 @@ 32 - 24 - 40 + 24 + 40 diff --git a/src/Semi.Avalonia/Themes/Light/ComboBox.axaml b/src/Semi.Avalonia/Themes/Light/ComboBox.axaml index bd82b4b..3a30e49 100644 --- a/src/Semi.Avalonia/Themes/Light/ComboBox.axaml +++ b/src/Semi.Avalonia/Themes/Light/ComboBox.axaml @@ -39,8 +39,8 @@ 32 - 24 - 40 + 24 + 40