mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
7 lines
217 B
XML
7 lines
217 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/>
|
|
</padding>
|
|
</GridPane> |