فهرست منبع

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},
                 "menustyle": {"selection": 1},
                 "gSelectPopupHeight": {"value": 200},
                 "gSelectPopupHeight": {"value": 200},
                 "iconTheme": {"type": "grass"},
                 "iconTheme": {"type": "grass"},
-                "commandNotebook": {
-                    "selection": 0 if sys.platform in ("win32", "darwin") else 1
-                },
+                "commandNotebook": {"selection": 0},
             },
             },
             #
             #
             # language
             # language