From 4d14c846b0da14f2c78c36760a79d2b9e0a007e2 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:52:11 +0800 Subject: [PATCH] feat: redesign NumericUpDown. --- .../Pages/NumericUpDownDemo.axaml | 20 ++++++++++++++++++- .../Controls/NumericUpDown.axaml | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/demo/Semi.Avalonia.Demo/Pages/NumericUpDownDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/NumericUpDownDemo.axaml index 54729d7..64193c8 100644 --- a/demo/Semi.Avalonia.Demo/Pages/NumericUpDownDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/NumericUpDownDemo.axaml @@ -8,6 +8,24 @@ d:DesignWidth="800" mc:Ignorable="d"> + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/src/Semi.Avalonia/Controls/NumericUpDown.axaml b/src/Semi.Avalonia/Controls/NumericUpDown.axaml index f1bbca3..a52acf7 100644 --- a/src/Semi.Avalonia/Controls/NumericUpDown.axaml +++ b/src/Semi.Avalonia/Controls/NumericUpDown.axaml @@ -4,6 +4,7 @@ x:CompileBindings="True"> +