Browse Source

fix: Simple theme is missing resources for TimePicker & DatePicker (#12851)

pull/12940/head
workgroupengineering 3 years ago
committed by GitHub
parent
commit
23dd9fb92e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Avalonia.Themes.Simple/Controls/DateTimePickerShared.xaml

4
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}}"

Loading…
Cancel
Save