NumericUpDown.axaml 260 B

1234567
  1. <Styles xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:components="using:InABox.Avalonia.Components">
  4. <Style Selector="NumericUpDown">
  5. <Setter Property="MinWidth" Value="0"/>
  6. </Style>
  7. </Styles>