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
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Whoops, sorry, the last attempt did work - I just forgot to add the stylesheet. However, the toggle buttons are not filled to maximum width. Hopefully there is (will be) a way to make these button horizontal more conveniently.
Huy-Ngo
changed the title
Change the rotation of drawer items
[Feature request] Add option to not rotate the sidebar in Drawer view
Aug 22, 2020
For the Drawer view, the items are automatically rotated if they're placed on either side, and I suppose it is done by this method:
tornadofx/src/main/java/tornadofx/Drawer.kt
Lines 153 to 159 in 904617a
I would like these items to be put horizontally so it can be read more easily. Basically, I want my drawer to look like this:
instead of this:
Since the method is private, I can't override it. I suppose that I can do that with CSS, but I don't know how. Here are the approaches I tried:
Stylesheet class:
I didn't find any guide on this and the document doesn't really help. Is there any simple way I can handle this?
The text was updated successfully, but these errors were encountered: