Uhr: Consolas Monospace - keine Verschiebung mehr bei Ziffern

This commit is contained in:
dimedtec 2026-06-19 00:28:46 +02:00
parent d62139afc9
commit 60ed10ffef
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
SizeToContent="WidthAndHeight">
<Border Background="#AA000000" CornerRadius="8" Padding="20,10">
<TextBlock x:Name="TxtClock"
Foreground="White" FontSize="48" FontWeight="Light"
FontFamily="Segoe UI"/>
Foreground="White" FontSize="48" FontWeight="Light"
FontFamily="Consolas"/>
</Border>
</Window>

View file

@ -244,7 +244,7 @@
IsHitTestVisible="False">
<TextBlock x:Name="TxtClock"
Foreground="White" FontSize="48" FontWeight="Light"
FontFamily="Segoe UI"/>
FontFamily="Consolas"/>
</Border>
<!-- Radio-Cover bei Audio-Streams -->