Skip to content

Commit

Permalink
linux double titlebar probably fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Dec 11, 2024
1 parent 59d82a1 commit 183ac3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SukiUI/Controls/SukiWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
xmlns:suki="clr-namespace:SukiUI.Controls">
<ControlTheme x:Key="SukiWindowTheme" TargetType="suki:SukiWindow">
<Setter Property="Margin" Value="0" />
<Setter Property="SystemDecorations" Value="Full" />

<Setter Property="TransparencyLevelHint" Value="Transparent"></Setter>
<Setter Property="SystemDecorations" Value="{OnPlatform Full, Linux=None, x:TypeArguments=SystemDecorations}" />

<Setter Property="ExtendClientAreaChromeHints" Value="NoChrome" />
<Setter Property="ExtendClientAreaTitleBarHeightHint" Value="-1" />
<Setter Property="ExtendClientAreaToDecorationsHint" Value="True" />
Expand Down

0 comments on commit 183ac3a

Please sign in to comment.