fix conflicts

This commit is contained in:
guiling
2026-05-08 22:58:01 +08:00
parent 2b5e66c1e7
commit 6be281f76e
5 changed files with 3770 additions and 56 deletions
+8 -1
View File
@@ -5,7 +5,7 @@
Background="#AAFFFFFF"
Topmost="True"
ResizeMode="NoResize"
Width="360" Height="370"
Width="360" Height="400"
MouseLeftButtonDown="OnMouseLeftButtonDown">
<Grid Margin="20,12">
@@ -20,6 +20,7 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<!-- Row 0: traffic light + title -->
@@ -95,5 +96,11 @@
</ControlTemplate>
</Button.Template>
</Button>
<!-- Version -->
<TextBlock Grid.Row="10" Text="Version 1.0.1"
FontSize="11" Foreground="#FF1E293B"
HorizontalAlignment="Center"
Margin="0,16,0,0" />
</Grid>
</Window>