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

TabbedPane custom components on left and right sides of tabs area #192

Merged
merged 4 commits into from
Oct 20, 2020

Commits on Oct 17, 2020

  1. TabbedPane: support adding custom components to left and right sides …

    …of tabs area if "more tabs" button is used (issue #40)
    DevCharly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    10746a4 View commit details
    Browse the repository at this point in the history
  2. TabbedPane: support adding custom components to left and right sides …

    …of tabs area if scroll backward/foreward buttons are used (issue #40)
    
    this also fixes some minor layout issues when using tabAreaInsets and arrow buttons
    DevCharly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    15718cd View commit details
    Browse the repository at this point in the history
  3. TabbedPane: do not include preferred/minimum size of leading/trailing…

    … components in calculating preferred/minimum size of tabbed pane, because the largest tab content determines the size
    DevCharly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c34ce38 View commit details
    Browse the repository at this point in the history
  4. TabbedPane: support adding custom components to left and right sides …

    …of tabs area if wrap layout is used (issue #40)
    DevCharly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    3818790 View commit details
    Browse the repository at this point in the history