Bläddra i källkod

No system decorations

flabbet 1 år sedan
förälder
incheckning
544cf223c2
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/PixiEditor.UI.Common/Controls/Window.axaml

+ 1 - 0
src/PixiEditor.UI.Common/Controls/Window.axaml

@@ -9,6 +9,7 @@
         <Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}" />
         <Setter Property="WindowStartupLocation" Value="CenterScreen" />
         <Setter Property="ExtendClientAreaChromeHints" Value="NoChrome" />
+        <Setter Property="SystemDecorations" Value="None"/>
         <Setter Property="ExtendClientAreaToDecorationsHint" Value="True" />
         <Setter Property="ExtendClientAreaTitleBarHeightHint" Value="36" />
         <Setter Property="Template">