blob: 762a394a4af0ee6822597e253743688b3571d872 [file] [log] [blame]
<?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>