Skip to content

Commit

Permalink
wxGUI: use basic top module notebook style on all platforms as default (
Browse files Browse the repository at this point in the history
#2063)

Basic left style no longer looks good on linux with newer wxwidgets
  • Loading branch information
petrasovaa committed Jan 4, 2022
1 parent a2aad8f commit 5cefb60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/wxpython/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ def _defaultSettings(self):
"menustyle": {"selection": 1},
"gSelectPopupHeight": {"value": 200},
"iconTheme": {"type": "grass"},
"commandNotebook": {
"selection": 0 if sys.platform in ("win32", "darwin") else 1
},
"commandNotebook": {"selection": 0},
},
#
# language
Expand Down

0 comments on commit 5cefb60

Please sign in to comment.