ExtendedClientArea -> False
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||
<ApplicationIcon>Resources/LOLRLCG.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Resources\LOLRLCG.ico</ApplicationIcon>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
TransparencyLevelHint="Transparent"
|
||||
Background="Transparent"
|
||||
TransparencyBackgroundFallback="DimGray"
|
||||
ExtendClientAreaToDecorationsHint="True"
|
||||
ExtendClientAreaToDecorationsHint="False"
|
||||
CanResize="False"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Topmost="True"
|
||||
|
||||
Reference in New Issue
Block a user