瀏覽代碼

wxGUI: use basic top module notebook style on all platforms as default (#2063)

Basic left style no longer looks good on linux with newer wxwidgets
Anna Petrasova 3 年之前
父節點
當前提交
0ea1f226d7
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      gui/wxpython/core/settings.py

+ 1 - 3
gui/wxpython/core/settings.py

@@ -190,9 +190,7 @@ class Settings:
                 "menustyle": {"selection": 1},
                 "gSelectPopupHeight": {"value": 200},
                 "iconTheme": {"type": "grass"},
-                "commandNotebook": {
-                    "selection": 0 if sys.platform in ("win32", "darwin") else 1
-                },
+                "commandNotebook": {"selection": 0},
             },
             #
             # language