From 71af1bae9d7277f3537f60593c2b97689c6a7e95 Mon Sep 17 00:00:00 2001 From: heartacker Date: Thu, 27 Apr 2023 23:30:53 +0800 Subject: [PATCH] fix #59 --- .../NumericUpDownLib/Base/NumericRepeatButtonControl.xaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml b/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml index 0e2527e..0b57b13 100644 --- a/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml +++ b/source/NumericUpDownLib/Base/NumericRepeatButtonControl.xaml @@ -24,7 +24,11 @@ VerticalAlignment="Center" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" - Command="{TemplateBinding ClickCommand}"> + Background="#00000000" + BorderThickness="1" + BorderBrush="#508F8F8F" + Command="{TemplateBinding ClickCommand}" + Style="{x:Null}">