-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Vertical Tab #3032
Comments
Current tab bar implementation does not support vertical tabs. It is possible to implement this, but you would have to do it manually, using
This is overly simplified list, but you should get the general idea. |
As Rokas mentioned you can reimplement a simplified version of a vertical tab yourself. In particular the style you showed in that picture, using icon, is also much easier to implement manually than "rotated tabs": Either way it be nice if this was also supported vertical tab bars. I didn't implement vertical tabs yet, one of the reason being that I was expecting to use rotated text which we don't have yet (aiming for a text refactor in the upcoming semester). We could imagine that the |
FYI (copied from #705) The code in #3067 has another function to draw 90 rotated text:
If you don't need clipping, wrapping etc. it's fairly easy to write it. (After you made this post I started trying to implement vertical tab and ended up with the conclusion that it would be more natural to implement once we finish work on the WorkRect system to "claim" space from any direction, instead of the current top-to-bottom focused system.) |
Is there any progress? |
I also need this |
How can we implement vertical tab? Blender's panel looks great (please see the icon tabs on the very left) -
The text was updated successfully, but these errors were encountered: