style: 调整主窗口尺寸为1920x1080标准分辨率

This commit is contained in:
PrefacedCorg
2026-04-29 17:05:49 +08:00
parent b02b496b88
commit e416151a56
+1 -1
View File
@@ -26,7 +26,7 @@
Closing="Window_Closing"
Closed="Window_Closed"
PreviewKeyDown="Main_Grid_PreviewKeyDown"
Height="6000" Width="1440"
Height="1080" Width="1920"
FontFamily="Microsoft YaHei UI"
MouseWheel="Window_MouseWheel"
Foreground="{DynamicResource FloatBarForeground}"