Tuesday 17 December 2013

How to change tabs' strings orientation?

Set following CSS for Tab pane in .CSS file

-fx-tab-min-width: 30px;
-fx-tab-max-width: 30px;
-fx-tab-min-height: 130px;
-fx-tab-max-height: 130px; 

After that set label in Tab graphics,
Set Min Width for label (Must require)

No comments: