chore: 修改弹窗尺寸

This commit is contained in:
uye
2024-07-28 16:16:00 +08:00
parent 7892f6e57c
commit 00d7ef556c

View File

@@ -4133,7 +4133,7 @@ namespace MaaWpfGui.ViewModels.UI
Window popupWindow = new Window
{
Width = 800,
Height = 480,
Height = 481, // (800 - 1 - 1) * 9 / 16 + 32 + 1,
Content = new Image
{
Source = TestLinkImage,