浏览代码

NoChome is 0

Dan Walmsley 5 年之前
父节点
当前提交
6e809937c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs

+ 2 - 2
src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs

@@ -4,9 +4,9 @@ namespace Avalonia.Platform
 {
     [Flags]
     public enum ExtendClientAreaChromeHints
-    {        
-        Default = SystemTitleBar | SystemChromeButtons,
+    {
         NoChrome,
+        Default = SystemTitleBar | SystemChromeButtons,        
         SystemTitleBar = 0x01,
         SystemChromeButtons = 0x02,
         ManagedChromeButtons = 0x04,