mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +07:00
8 lines
365 B
XML
8 lines
365 B
XML
<?import javafx.scene.layout.VBox?>
|
|
<?import java.lang.Double?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml" alignment="center" spacing="20">
|
|
<fx:define>
|
|
<Double fx:id="CONTENT_SPACING" fx:value=<error descr="Invalid value: unable to coerce to java.lang.Double">"200p"</error>/>
|
|
</fx:define>
|
|
<VBox fx:id="content" spacing="$CONTENT_SPACING"/>
|
|
</VBox> |