mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Update TestViewModel.cs
This commit is contained in:
@@ -55,7 +55,7 @@ internal sealed partial class TestViewModel : Abstraction.ViewModel
|
||||
private void ResetMainWindowSize()
|
||||
{
|
||||
double scale = mainWindow.WindowOptions.GetRasterizationScale();
|
||||
mainWindow.AppWindow.Resize(new Windows.Graphics.SizeInt32(1280, 720).Scale(scale));
|
||||
mainWindow.AppWindow.Resize(new Windows.Graphics.SizeInt32(1920, 1080).Scale(scale));
|
||||
}
|
||||
|
||||
[Command("UploadAnnouncementCommand")]
|
||||
|
||||
Reference in New Issue
Block a user