From e6b82f02e9f29179b469374a79a938adb8df15bf Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 19 Feb 2017 12:16:34 +0100 Subject: [PATCH] Fixed #40 --- src/de/deadlocker8/budgetmaster/ui/NewPaymentGUI.fxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/de/deadlocker8/budgetmaster/ui/NewPaymentGUI.fxml b/src/de/deadlocker8/budgetmaster/ui/NewPaymentGUI.fxml index 1cad8a759..2ea7a4d4d 100644 --- a/src/de/deadlocker8/budgetmaster/ui/NewPaymentGUI.fxml +++ b/src/de/deadlocker8/budgetmaster/ui/NewPaymentGUI.fxml @@ -99,7 +99,7 @@ <Font name="System Bold" size="14.0" /> </font> </Label> - <Spinner fx:id="spinnerRepeatingPeriod" maxWidth="1.7976931348623157E308" /> + <Spinner fx:id="spinnerRepeatingPeriod" prefHeight="25.0" prefWidth="90.0" /> <Label fx:id="labelText2" prefHeight="25.0" prefWidth="36.0" text="Tage"> <font> <Font name="System Bold" size="14.0" /> @@ -123,7 +123,7 @@ <Font name="System Bold" size="14.0" /> </font> </Label> - <ComboBox fx:id="comboBoxRepeatingDay" maxWidth="1.7976931348623157E308" prefHeight="25.0" /> + <ComboBox fx:id="comboBoxRepeatingDay" prefHeight="25.0" prefWidth="90.0" /> <Label prefHeight="25.0" prefWidth="36.0"> <font> <Font name="System Bold" size="14.0" /> -- GitLab