File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 9696 BasedOn =" {StaticResource BaseClockBox}"
9797 TargetType =" {x:Type TextBlock}" >
9898 <Setter Property =" Foreground" Value =" #2C5595" />
99+ <Setter Property =" FontSize" Value =" 18" />
100+ <Style .Triggers>
101+ <DataTrigger Binding =" {Binding ElementName=DateBox, Path=Visibility}" Value =" Visible" >
102+ <Setter Property =" FontSize" Value =" 18" />
103+ </DataTrigger >
104+ </Style .Triggers>
99105 </Style >
100106 <Style
101107 x : Key =" DateBox"
102108 BasedOn =" {StaticResource BaseDateBox}"
103109 TargetType =" {x:Type TextBlock}" >
110+ <Setter Property =" Margin" Value =" 10,0,0,0" />
111+ <Setter Property =" FontSize" Value =" 18" />
104112 <Setter Property =" Foreground" Value =" #2C5595" />
113+ <Style .Triggers>
114+ <DataTrigger Binding =" {Binding ElementName=ClockBox, Path=Visibility}" Value =" Visible" >
115+ <Setter Property =" FontSize" Value =" 18" />
116+ </DataTrigger >
117+ </Style .Triggers>
105118 </Style >
106119 <Style
107120 x : Key =" ClockPanel"
You can’t perform that action at this time.
0 commit comments