0

I'm new at JavaFX , I want to give padding to accordion , and I change CSS of accordion like

.titled-pane {
    -fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";    
    -fx-text-fill: -fx-text-base-color;
    -fx-padding: 0.5em;
}

But bottom of accordion isn't visible, what I have to do?

enter image description here

user527
  • 205
  • 2
  • 7
  • 18
  • check to the height or overflow properties – Rohit Azad Malik Mar 01 '13 at 11:08
  • [capian css](https://code.google.com/p/javafx-demos/source/browse/trunk/javafx-demos/src/main/resources/styles/caspian/caspian_2.1_GA.css?r=17%E2%80%8F) I didn't find any overflow or height properties... – user527 Mar 01 '13 at 11:11

0 Answers0