Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TabBar title bar height when tabBarPosition "left"

    Hi guys,
    I wanted to have the tab bar on the left in the TabSet, but with only text titles fully visible. The problem is of setting the default height and width of the title pane in this situation.
    The width can be set by the tabBarThickness property and it allows me to see the full title. But the height of the title is ridiculously big. How to set it in the TabSet instance?

    Best regards,
    Kuba

    #2
    When tab position is Side.LEFT, the Tab.setWidht() should set the height of the tab, not the with.

    Comment

    Working...
    X