Browse Source
fix: Simple theme is missing resources for TimePicker & DatePicker (#12851)
pull/12940/head
workgroupengineering
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
src/Avalonia.Themes.Simple/Controls/DateTimePickerShared.xaml
|
|
|
@ -21,6 +21,10 @@ |
|
|
|
</Border> |
|
|
|
</Design.PreviewWith> |
|
|
|
|
|
|
|
<Thickness x:Key="DateTimeFlyoutButtonBorderThickness">0</Thickness> |
|
|
|
<Thickness x:Key="DateTimeFlyoutBorderThickness">1</Thickness> |
|
|
|
<Thickness x:Key="DateTimeFlyoutBorderPadding">1</Thickness> |
|
|
|
|
|
|
|
<!-- Theme for the items displayed in the selectors --> |
|
|
|
<ControlTheme x:Key="SimpleDateTimePickerItem" |
|
|
|
BasedOn="{StaticResource {x:Type ListBoxItem}}" |
|
|
|
|