Replies: 1 comment 1 reply
|
The GUI window code accounts for the menu bar by using Create a container below the menu bar and put the panel-box layout inside that container. In other words, set the container top to the menu bar height and bottom to |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I would like to use the gui-menu-bar and then in the space below the 5 panels of a panel-box-layout. For now, I use just 4 panels by hiding the top-panel:
:top-height (menu-bar-height menu)and
(setf (z-index (top-panel console)) -9999)I guess, that I could open a gui-window without title-bar and maximised, and put the panels there, but I’m sure, that there must be a cleaner way to put just anything on the remaining space below the menu-bar. What do you think?
TIA for any hints, Peter
All reactions