mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-27 18:57:11 +02:00
Revert "UI: Directly proxy window properties on the view model back to the stored window"
This reverts commit 9754d247b5
.
This commit is contained in:
parent
9eb273a0f7
commit
07074272ca
3 changed files with 43 additions and 14 deletions
|
@ -9,6 +9,11 @@
|
|||
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
|
||||
xmlns:controls="clr-namespace:Ryujinx.Ava.UI.Controls"
|
||||
xmlns:main="clr-namespace:Ryujinx.Ava.UI.Views.Main"
|
||||
Cursor="{Binding Cursor}"
|
||||
Title="{Binding Title}"
|
||||
WindowState="{Binding WindowState}"
|
||||
Width="{Binding WindowWidth}"
|
||||
Height="{Binding WindowHeight}"
|
||||
MinWidth="800"
|
||||
MinHeight="500"
|
||||
d:DesignHeight="720"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue