Skip to content
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

Make panels collapsible #857

Open
selurvedu opened this issue Feb 24, 2023 · 0 comments
Open

Make panels collapsible #857

selurvedu opened this issue Feb 24, 2023 · 0 comments

Comments

@selurvedu
Copy link

Expected Behavior

Being able to collapse and expand all panels at once with a single click or a hotkey, without the need to close them one by one.

Current Behavior

Currently, the desired behaviour is achievable only by closing each panel tab.

Possible Solution

Something like a Gtk.Revealer with GTK_REVEALER_TRANSITION_TYPE_SLIDE_RIGHT wrapping around NotebookPage, and toggling the state via double-click on a NotebokTab. However, I understand that this may not work because of the structure of PanelNotebook, so that revealer may need to be wrapped around PanelNotebook itself, and an additional UI element for toggling its state may be needed.

Environment

  • Exaile Version: 4.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant