We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It may look more "solid", and the latest IDEA is using this style for editor tabs.
It can be done simply enough, just by changing float offset in line 310 of FlatTabbedPaneUI to 0.
float offset
FlatTabbedPaneUI
0
I can create pull request for it.
The text was updated successfully, but these errors were encountered:
PR submitted #62
Sorry, something went wrong.
There is a typo:
FlatClientProperties.TABBED_PANE_TAB_SEPARATORS_FULL_HEIGHT = "JTabbedPane.tabSeparatorsFullHeight"
but in FlatTabbedPaneUI:
tabSeparatorsFullHeight = UIManager.getBoolean( "TabbedPane.tabSeparatorsFullHeight" );
@tanmatra thanks for the idea. smileatom's PR is now merged into master branch.
To try it out add the latest snapshot (https://github.com/JFormDesigner/FlatLaf#snapshots) to your dependencies and add following to your code (after installing FlatLaf):
UIManager.put( "TabbedPane.tabSeparatorsFullHeight", true );
A new release will be available in some days.
released in 0.27
No branches or pull requests
It may look more "solid", and the latest IDEA is using this style for editor tabs.
It can be done simply enough, just by changing
float offset
in line 310 ofFlatTabbedPaneUI
to0
.I can create pull request for it.
The text was updated successfully, but these errors were encountered: