We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d981ff commit fcab305Copy full SHA for fcab305
1 file changed
source/iNKORE.UI.WPF.Modern.Controls/Controls/Windows/NumberBox/NumberBox.xaml
@@ -189,11 +189,11 @@
189
x:Name="DeleteButton"
190
Grid.Row="1"
191
Grid.Column="1"
192
- MinWidth="34"
+ MinWidth="40"
193
+ HorizontalAlignment="Right"
194
Padding="{DynamicResource HelperButtonThemePadding}"
195
VerticalAlignment="Stretch"
- ui:ControlHelper.CornerRadius="{TemplateBinding ui:ControlHelper.CornerRadius,
196
- Converter={StaticResource RightCornerRadiusFilterConverter}}"
+ ui:ControlHelper.CornerRadius="{TemplateBinding ui:ControlHelper.CornerRadius}"
197
ui:TextBoxHelper.IsDeleteButton="True"
198
BorderThickness="{TemplateBinding BorderThickness}"
199
Focusable="False"
0 commit comments