mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: 修改弹窗尺寸
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user