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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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}" /> |
|
|
|
|