Set 720p window as a composite value.
This commit is contained in:
parent
6a6e5194e7
commit
69e671935a
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
{
|
||||
if (!ConfigurationState.Instance.RememberWindowState)
|
||||
{
|
||||
ViewModel.WindowHeight = 777 * Program.WindowScaleFactor;
|
||||
ViewModel.WindowHeight = (720 + StatusBarHeight + MenuBarHeight) * Program.WindowScaleFactor;
|
||||
ViewModel.WindowWidth = 1280 * Program.WindowScaleFactor;
|
||||
|
||||
WindowState = WindowState.Normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue