🔀 禁用窗口最大化

This commit is contained in:
BookerLiu
2023-04-23 20:58:12 +08:00
parent 2df6582f83
commit ac8302280f
9 changed files with 31 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
MouseEnter="MainWindow_MouseEnter"
GotFocus="Window_GotFocus"
Loaded="Window_Loaded"
SourceInitialized="Window_SourceInitialized"
Topmost="{Binding AppConfig.AlwaysTopmost}"
>
@@ -42,7 +43,7 @@
</Window.Resources>
<WindowChrome.WindowChrome>
<WindowChrome CaptionHeight="0" CornerRadius="30" ResizeBorderThickness="15"/>
<WindowChrome CaptionHeight="0" CornerRadius="30" ResizeBorderThickness="23"/>
</WindowChrome.WindowChrome>
<Window.InputBindings>