diff --git a/Valutakalkulator/src/Valutakalkulator/App.fxml b/Valutakalkulator/src/Valutakalkulator/App.fxml index 262b17187916ae998dcdc1903a97fcb5b1498d9c..7f94771784a6f16a480f9d036e9e171063545eb1 100644 --- a/Valutakalkulator/src/Valutakalkulator/App.fxml +++ b/Valutakalkulator/src/Valutakalkulator/App.fxml @@ -45,16 +45,11 @@ <font> <Font size="26.0" /> </font> - <BorderPane.margin> - <Insets top="20.0" /> - </BorderPane.margin> </Text> </center> <bottom> <Button id="calculate" mnemonicParsing="false" onAction="#calcu" text="Calculate" BorderPane.alignment="CENTER"> - <BorderPane.margin> - <Insets bottom="40.0" /> - </BorderPane.margin> + </Button> </bottom> </BorderPane>