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