Browse Source

Fix Combobox hit testing

pull/2805/head
Stano Turza 7 years ago
parent
commit
7ab413be4b
  1. 1
      src/Avalonia.Themes.Default/ComboBox.xaml

1
src/Avalonia.Themes.Default/ComboBox.xaml

@ -1,5 +1,6 @@
<Styles xmlns="https://github.com/avaloniaui">
<Style Selector="ComboBox">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderBrush" Value="{DynamicResource ThemeBorderMidBrush}"/>
<Setter Property="BorderThickness" Value="{DynamicResource ThemeBorderThickness}"/>
<Setter Property="Padding" Value="4"/>

Loading…
Cancel
Save