gagaddji2

This commit is contained in:
jess 2026-04-23 07:46:30 -07:00
parent 37467d0b17
commit a92046eff0
1 changed files with 0 additions and 6 deletions

View File

@ -45,16 +45,10 @@ public sealed partial class MainWindow : Window
App.Log($"presenter kind: {appWindow.Presenter?.Kind}");
if (appWindow.Presenter is OverlappedPresenter op)
{
App.Log("op: set IsAlwaysOnTop");
op.IsAlwaysOnTop = true;
App.Log("op: set IsResizable");
op.IsResizable = true;
App.Log("op: set IsMaximizable");
op.IsMaximizable = false;
App.Log("op: set IsMinimizable");
op.IsMinimizable = true;
App.Log("op: SetBorderAndTitleBar");
op.SetBorderAndTitleBar(hasBorder: false, hasTitleBar: false);
App.Log("OverlappedPresenter configured");
}
App.Log("before ResizeClient");