increase wizard dimensions

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-11-21 16:58:05 +01:00
parent 6e30df3796
commit 01644eddb6
8 changed files with 16 additions and 16 deletions

View File

@@ -11,8 +11,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.ChooseExistingVaultController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="CENTER">
<padding>

View File

@@ -12,8 +12,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.AddVaultFailureExisitingController"
minWidth="400"
maxWidth="400"
minWidth="450"
maxWidth="450"
minHeight="145"
spacing="12">
<padding>

View File

@@ -14,8 +14,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.CreateNewVaultLocationController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="CENTER_LEFT">
<fx:define>

View File

@@ -12,8 +12,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.CreateNewVaultNameController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="CENTER_LEFT">
<padding>

View File

@@ -16,8 +16,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.CreateNewVaultPasswordController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="CENTER_LEFT">
<fx:define>

View File

@@ -11,8 +11,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.CreateNewVaultRecoveryKeyController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="CENTER_LEFT">
<padding>

View File

@@ -13,8 +13,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.AddVaultSuccessController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="TOP_CENTER">
<padding>

View File

@@ -10,8 +10,8 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.addvaultwizard.AddVaultWelcomeController"
prefWidth="400"
prefHeight="400"
prefWidth="450"
prefHeight="450"
spacing="12"
alignment="TOP_CENTER">
<padding>