Jelajahi Sumber

increase wizard dimensions
[ci skip]

Sebastian Stenzel 5 tahun lalu
induk
melakukan
01644eddb6

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_existing.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_existing_error.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_new_location.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_new_name.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_new_password.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_new_recoverykey.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_success.fxml

@@ -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>

+ 2 - 2
main/ui/src/main/resources/fxml/addvault_welcome.fxml

@@ -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>