When setting LayoutNodes (i.e. BorderLayout, HBox, ...) as the content of TitledPanes in an Accordion a padding of 0.8em is added to the LayoutNodes.
If the LayoutNode is an inherited from the default Layout Node classes that padding is not added. It seems that
.titled-pane > * > * > BorderPane,
is not applied to objects inherited from BorderPane. This can lead to inconsistent and unintended UIs.
If the LayoutNode is an inherited from the default Layout Node classes that padding is not added. It seems that
.titled-pane > * > * > BorderPane,
is not applied to objects inherited from BorderPane. This can lead to inconsistent and unintended UIs.
- relates to
-
JDK-8094052 [CSS] modena styles for .title-pane don't match what is intended
- Resolved