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

How to increase "space" between Tabs in JFXTabPane? #735

Closed
ayushchadha23 opened this issue Jun 1, 2018 · 2 comments
Closed

How to increase "space" between Tabs in JFXTabPane? #735

ayushchadha23 opened this issue Jun 1, 2018 · 2 comments

Comments

@ayushchadha23
Copy link

HI, i wanna increase space between tabs in JFXTabPane,but Scenebuilder doesn't allow me to do that :( can i do that by css or java? or is it even possible?

@skmedix
Copy link
Collaborator

skmedix commented Jun 1, 2018

#623 #640

@ayushchadha23
Copy link
Author

by Exploring #623 and #640 i figured it out :
.jfx-tab-pane .tab
{
-fx-padding:0 0 0 65;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants