improve:计时器UI

This commit is contained in:
2025-10-18 16:15:19 +08:00
parent 0259d83429
commit ba5db63e0b
7 changed files with 232 additions and 40 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
Margin="0,0,12,0"/>
<!-- 冒号 -->
<TextBlock Text=":" FontSize="48" FontWeight="Bold"
<TextBlock x:Name="MinColon1Display" Text=":" FontSize="48" FontWeight="Bold"
Foreground="{DynamicResource NewTimerWindowDigitForeground}"
HorizontalAlignment="Center" VerticalAlignment="Center"
Margin="0,0,12,0"/>
@@ -69,7 +69,7 @@
Margin="0,0,12,0"/>
<!-- 冒号 -->
<TextBlock Text=":" FontSize="48" FontWeight="Bold"
<TextBlock x:Name="MinColon2Display" Text=":" FontSize="48" FontWeight="Bold"
Foreground="{DynamicResource NewTimerWindowDigitForeground}"
HorizontalAlignment="Center" VerticalAlignment="Center"
Margin="0,0,12,0"/>