improve:计时器

This commit is contained in:
2025-10-06 17:49:43 +08:00
parent c76254f4f9
commit f5e824be86
2 changed files with 19 additions and 9 deletions
@@ -392,16 +392,18 @@
<Grid Margin="0,0,0,20">
<Border Background="{DynamicResource SeewoTimerWindowButtonBackground}"
CornerRadius="8"
BorderThickness="1"
BorderBrush="#B0B0B0"
Width="240" Height="40">
<Grid>
<!-- 背景指示器 -->
<Border x:Name="SegmentedIndicator"
Background="{DynamicResource SeewoTimerWindowPrimaryButtonBackground}"
CornerRadius="6"
Width="118" Height="32"
CornerRadius="6,0,0,6"
Width="120" Height="38"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Margin="2,0,0,0"/>
Margin="0,0,0,0"/>
<!-- 按钮容器 -->
<Grid>