Shan
02/01/2019, 6:38 AMBorderPane that contains a label with my TitledPane's title, and a separate hbox for the icon and the menu. I then bound its prefWidthProperty like this: prefWidthProperty().bind(this@apply.widthProperty().subtract(Styles.smallishPadding.value*2)) which binds its width to the SqueezeBox's width minus the padding I have added. Then I simply set contentDisplay = ContentDisplay.GRAPHIC_ONLY within the fold. It appears to work fine, the buttons are aligned and stick to the right side as intended.hudsonb
02/01/2019, 12:00 PMShan
02/01/2019, 12:01 PMcontentDisplay = ContentDiaplsy.GRAPHIC_ONLY made it a lot easier than having to deal with the textlabel nestled inside the TitledPane (at least in my case, when using a Squeezebox)hudsonb
02/01/2019, 12:02 PMShan
02/01/2019, 12:04 PMhudsonb
02/01/2019, 12:05 PM