You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the screen resolution is low, the menu bar gets wrapped.
On clicking >>, it gets expanded.
The new menu items appear on the far left side while the >> is on the far right side. This is inconvenient.
Also the >> button is rather small and could use some padding.
Describe the solution you'd like
The second row should be right-aligned to reduced the mouse mileage.
Describe alternatives you've considered
A drop-down menu could be used for the hidden items.
Additional context
I understand, that the wrapping can be prevented by editing OpenBoard.css. However, this is not always possible on foreign machines.
Additionally, the low resolution might be necessary to accommodate a visually impaired speaker.
The text was updated successfully, but these errors were encountered:
qqqqqqqqq9
changed the title
[Feature Request] Right justiMake the second row of the menubar right a
[Feature Request] Right justify the second row of the menubar.
Nov 23, 2024
While I understand your reasoning, this might be difficult to achieve. What you experience in OpenBoard is the standard behavior of the QMenuBar element and there are no layout options to influence that. I also tried that with an arbitrary other Qt program and it behaves exactly the same.
So the only alternative I can offer is that at least some of the actions on the right side have keyboard shortcuts:
Board = Ctrl+B
Web = Ctrl+W
Document = Ctrl+D
Desktop = Ctrl+Shift+H
This makes the most important actions easily accessible even if they are hidden.
When the screen resolution is low, the menu bar gets wrapped.
On clicking >>, it gets expanded.
The new menu items appear on the far left side while the >> is on the far right side. This is inconvenient.
Also the >> button is rather small and could use some padding.
Describe the solution you'd like
The second row should be right-aligned to reduced the mouse mileage.
Describe alternatives you've considered
A drop-down menu could be used for the hidden items.
Additional context
I understand, that the wrapping can be prevented by editing OpenBoard.css. However, this is not always possible on foreign machines.
Additionally, the low resolution might be necessary to accommodate a visually impaired speaker.
The text was updated successfully, but these errors were encountered: