Skip to content

Commit 1924e10

Browse files
committed
Change Metro Server Clock design
1 parent 75c2577 commit 1924e10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Flow.Launcher/Themes/Metro Server.xaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,25 @@
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"

0 commit comments

Comments
 (0)