Browse Source

Merge pull request #4044 from MarchingCube/fix-combobox-minheight

Specify ComboBox min height in 1D
pull/4049/head
danwalmsley 6 years ago
committed by GitHub
parent
commit
cb74b018b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Themes.Fluent/ComboBox.xaml

2
src/Avalonia.Themes.Fluent/ComboBox.xaml

@ -21,7 +21,7 @@
<Thickness x:Key="ComboBoxPadding">12,5,0,7</Thickness>
<Thickness x:Key="ComboBoxEditableTextPadding">11,5,32,6</Thickness>
<Thickness x:Key="ComboBoxMinHeight">32</Thickness>
<x:Double x:Key="ComboBoxMinHeight">32</x:Double>
</Styles.Resources>
<Style Selector="ComboBox">
<Setter Property="Padding" Value="{DynamicResource ComboBoxPadding}" />

Loading…
Cancel
Save