#0028 优化MainWindow布局

This commit is contained in:
zhengxuan.zhang
2026-03-15 20:12:55 +08:00
parent 9398182393
commit e79fc288c0
16 changed files with 493 additions and 68 deletions
@@ -4,7 +4,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="300"
d:DesignHeight="220"
d:DesignWidth="300"
mc:Ignorable="d">
<Grid Background="#FFFFFF">
@@ -23,7 +23,7 @@
VerticalAlignment="Center"
FontWeight="SemiBold"
Foreground="#333333"
Text="探测器" />
Text="运动控制" />
</Border>
<ScrollViewer
Grid.Row="1"