Sfoglia il codice sorgente

No system decorations

flabbet 1 anno fa
parent
commit
544cf223c2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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">