mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
8 lines
225 B
XML
8 lines
225 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
|
|
<padding>
|
|
<Insets top=""/>
|
|
</padding>
|
|
</GridPane> |