Uhr: Consolas Monospace - keine Verschiebung mehr bei Ziffern
This commit is contained in:
parent
d62139afc9
commit
60ed10ffef
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
SizeToContent="WidthAndHeight">
|
SizeToContent="WidthAndHeight">
|
||||||
<Border Background="#AA000000" CornerRadius="8" Padding="20,10">
|
<Border Background="#AA000000" CornerRadius="8" Padding="20,10">
|
||||||
<TextBlock x:Name="TxtClock"
|
<TextBlock x:Name="TxtClock"
|
||||||
Foreground="White" FontSize="48" FontWeight="Light"
|
Foreground="White" FontSize="48" FontWeight="Light"
|
||||||
FontFamily="Segoe UI"/>
|
FontFamily="Consolas"/>
|
||||||
</Border>
|
</Border>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
IsHitTestVisible="False">
|
IsHitTestVisible="False">
|
||||||
<TextBlock x:Name="TxtClock"
|
<TextBlock x:Name="TxtClock"
|
||||||
Foreground="White" FontSize="48" FontWeight="Light"
|
Foreground="White" FontSize="48" FontWeight="Light"
|
||||||
FontFamily="Segoe UI"/>
|
FontFamily="Consolas"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- Radio-Cover bei Audio-Streams -->
|
<!-- Radio-Cover bei Audio-Streams -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue