You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A TitleAreaDialog's content doesn't grow vertically when resizing the dialog.
We currently work around this by getting the dialogContent-BorderPane and setting its VGrow-Priority, in order to have its parent VBox container handle the vertical resizing accordingly:
VBox.setVgrow(dialogContent, Priority.ALWAYS);
The text was updated successfully, but these errors were encountered:
I'd love to. What's the correct target-platform to set after I cloned the code? After importing the cloned repository and running mvn clean verify on releng/org.eclipse.fx.releng I seem to have no functioning target-platform.
A TitleAreaDialog's content doesn't grow vertically when resizing the dialog.
We currently work around this by getting the
dialogContent-BorderPane
and setting itsVGrow-Priority
, in order to have its parentVBox
container handle the vertical resizing accordingly:The text was updated successfully, but these errors were encountered: