Update primary.fxml

This commit is contained in:
Andrea Cavalli 2020-10-20 00:33:34 +02:00
parent 1c13945b8a
commit 6bf3e55358

View File

@ -103,7 +103,7 @@
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding> </padding>
</VBox> </VBox>
<TableView fx:id="statusTable" GridPane.columnSpan="2" GridPane.rowIndex="1"> <TableView fx:id="statusTable" GridPane.columnSpan="2" GridPane.rowIndex="1" style="-fx-font-size: 10">
<columns> <columns>
<TableColumn minWidth="100.0" prefWidth="200.0" text="User"> <TableColumn minWidth="100.0" prefWidth="200.0" text="User">
<cellValueFactory> <cellValueFactory>