Skip to content

Commit 2ea7817

Browse files
authored
Fix. Icon not rendered for CalendarDatePicker in some cases (#22012)
* Fix Icon border is not rendered in some cases * we don't actually need that resource. Revert it.
1 parent eeb9e36 commit 2ea7817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Avalonia.Themes.Fluent/Controls/CalendarDatePicker.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
Grid.ColumnSpan="4"
3131
Grid.Row="1"
3232
Grid.RowSpan="3"
33-
BorderThickness="0.5,0,0.5,0.5"
33+
BorderThickness="1,0,1,1"
3434
BorderBrush="{TemplateBinding Foreground}"
3535
CornerRadius="0,0,2,2" />
3636
<Border Grid.ColumnSpan="4"
3737
Grid.RowSpan="1"
3838
BorderBrush="{TemplateBinding Foreground}"
39-
BorderThickness="0.5"
39+
BorderThickness="1"
4040
CornerRadius="2,2,0,0" />
4141
<TextBlock Margin="0,-1,0,0"
4242
VerticalAlignment="Center"

0 commit comments

Comments
 (0)