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 96
96
BasedOn =" {StaticResource BaseClockBox}"
97
97
TargetType =" {x:Type TextBlock}" >
98
98
<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>
99
105
</Style >
100
106
<Style
101
107
x : Key =" DateBox"
102
108
BasedOn =" {StaticResource BaseDateBox}"
103
109
TargetType =" {x:Type TextBlock}" >
110
+ <Setter Property =" Margin" Value =" 10,0,0,0" />
111
+ <Setter Property =" FontSize" Value =" 18" />
104
112
<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>
105
118
</Style >
106
119
<Style
107
120
x : Key =" ClockPanel"
You can’t perform that action at this time.
0 commit comments