mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-24 15:31:26 +07:00
8 lines
226 B
XML
8 lines
226 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 <caret>/>
|
|
</padding>
|
|
</GridPane> |