Browse Source
Merge branch 'master' into fixes/renderer-fixes-2022-07-18
pull/8536/head
Dan Walmsley
4 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/DensityStyles/Compact.xaml
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<Thickness x:Key="DatePickerHostPadding">0,1,0,2</Thickness> |
|
|
|
<Thickness x:Key="DatePickerHostMonthPadding">9,0,0,1</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxEditableTextPadding">10,0,30,0</Thickness> |
|
|
|
<Thickness x:Key="ComboBoxMinHeight">24</Thickness> |
|
|
|
<x:Double x:Key="ComboBoxMinHeight">24</x:Double> |
|
|
|
<Thickness x:Key="ComboBoxPadding">12,1,0,3</Thickness> |
|
|
|
<x:Double x:Key="NavigationViewItemOnLeftMinHeight">32</x:Double> |
|
|
|
</Style.Resources> |
|
|
|
|