feat: Popup BorderBrush.

This commit is contained in:
Zhang Dian
2024-09-30 15:46:37 +08:00
parent aa17c2210d
commit 8cada8c5bb
7 changed files with 30 additions and 24 deletions

View File

@@ -8,6 +8,8 @@
<Setter Property="MaxHeight" Value="300" />
<Setter Property="FontWeight" Value="Normal" />
<Setter Property="Background" Value="{DynamicResource DateTimePickerPopupBackground}" />
<Setter Property="BorderBrush" Value="{DynamicResource DateTimePickerPopupBorderBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="CornerRadius" Value="6" />
<Setter Property="Template">
<ControlTemplate TargetType="TimePickerPresenter">