Changed some more things requested by @delvh.

This commit is contained in:
2020-08-26 15:12:03 +02:00
parent f6c3da394d
commit 78ade078d4
4 changed files with 10 additions and 12 deletions

View File

@ -108,7 +108,7 @@
<content>
</content>
</Tab>
<Tab fx:id="groupCreationTab" text=""/>
<Tab fx:id="groupCreationTab" text="" />
</tabs>
<GridPane.margin>
<Insets right="1.0" />
@ -208,11 +208,6 @@
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Button>
<Button id="roundButton" fx:id="rotateButton" minWidth="40.0" mnemonicParsing="false" onAction="#doABarrelRoll" prefHeight="40.0" prefWidth="40.0">
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Button>
</children>
<HBox.margin>
<Insets left="5.0" />