mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
8 lines
216 B
XML
8 lines
216 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> |