-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxGUI: fix display of all single window mode main toolbar tools #2617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into it, it's rather weird issue. This solution seems fine.
Another solution is use agwStyle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine for me. Thank you!
On the MS Windows and macOS platform.
…o#2617) On the MS Windows and macOS platform.
…o#2617) On the MS Windows and macOS platform.
…o#2617) On the MS Windows and macOS platform.
Current main toolbar tools layout (some tools are hidden):
Expected main toolbar tools layout:
Additional context
Another solution is to set margins after this line:
grass/gui/wxpython/gui_core/toolbars.py
Line 392 in c492ae5
#2568