Skip to content

Commit fcab305

Browse files
committed
delete button style
1 parent 4d981ff commit fcab305

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox

source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox/NumberBox.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@
189189
x:Name="DeleteButton"
190190
Grid.Row="1"
191191
Grid.Column="1"
192-
MinWidth="34"
192+
MinWidth="40"
193+
HorizontalAlignment="Right"
193194
Padding="{DynamicResource HelperButtonThemePadding}"
194195
VerticalAlignment="Stretch"
195-
ui:ControlHelper.CornerRadius="{TemplateBinding ui:ControlHelper.CornerRadius,
196-
Converter={StaticResource RightCornerRadiusFilterConverter}}"
196+
ui:ControlHelper.CornerRadius="{TemplateBinding ui:ControlHelper.CornerRadius}"
197197
ui:TextBoxHelper.IsDeleteButton="True"
198198
BorderThickness="{TemplateBinding BorderThickness}"
199199
Focusable="False"

0 commit comments

Comments
 (0)