Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed May 10, 2023
1 parent 72bbbdd commit bd9bdd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Samples/Views/FooView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
Title="FooView"
Height="250"
Width="400">
<Window.Resources>
<Style x:Key="MyButtonStyle"
BasedOn="{StaticResource {x:Static purs:StyleKeys.ButtonStyle}}">
</Style>
</Window.Resources>
<Grid>
<PasswordBox Height="40"
Width="200"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@
Value="Center" />
<Setter Property="VerticalContentAlignment"
Value="Center" />
<Setter Property="ItemsSpecialDayHighlightTemplate">
<Setter.Value>
<DataTemplate>
<Ellipse Width="4"
Height="4"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Margin="3"
Fill="{Binding Foreground, RelativeSource={RelativeSource AncestorType=local:CalendarX}, Mode=OneWay}" />
</DataTemplate>
</Setter.Value>
</Setter>
<Setter Property="Template"
Value="{StaticResource {x:Static irs:TemplateKeys.CalendarXTemplate}}"/>
<Style.Triggers>
Expand Down

0 comments on commit bd9bdd1

Please sign in to comment.