setPreferredTitlePaneHeight

fun Window.setPreferredTitlePaneHeight(preferredTitlePaneHeight: Int)

Increase the preferred height of the title pane area in case the content you extend into that area with Window.extendContentIntoTitlePane API is taller than the main control buttons.

See also

Parameters

preferredTitlePaneHeight

Preferred height of the title pane area. Must be a positive value.