Explorar o código

increased paddings in add vault wizard

Tobias Hagemann %!s(int64=5) %!d(string=hai) anos
pai
achega
477fd7d2e9

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

@@ -14,7 +14,7 @@
 	  spacing="12.0"
 	  alignment="CENTER">
 	<padding>
-		<Insets top="12" right="12" bottom="12" left="12"/>
+		<Insets top="24" right="24" bottom="24" left="24"/>
 	</padding>
 	<children>
 		<Region VBox.vgrow="ALWAYS"/>

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

@@ -22,7 +22,7 @@
 		<ToggleGroup fx:id="predefinedLocationToggler"/>
 	</fx:define>
 	<padding>
-		<Insets top="12" right="12" bottom="12" left="12"/>
+		<Insets top="24" right="24" bottom="24" left="24"/>
 	</padding>
 	<children>
 		<Region VBox.vgrow="ALWAYS"/>

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

@@ -16,7 +16,7 @@
 	  spacing="12.0"
 	  alignment="CENTER_LEFT">
 	<padding>
-		<Insets top="12" right="12" bottom="12" left="12"/>
+		<Insets top="24" right="24" bottom="24" left="24"/>
 	</padding>
 	<children>
 		<Region VBox.vgrow="ALWAYS"/>

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

@@ -18,7 +18,7 @@
 	  spacing="12"
 	  alignment="CENTER_LEFT">
 	<padding>
-		<Insets top="12" right="12" bottom="12" left="12"/>
+		<Insets top="24" right="24" bottom="24" left="24"/>
 	</padding>
 	<children>
 		<Region VBox.vgrow="ALWAYS"/>

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

@@ -16,7 +16,7 @@
 	  spacing="12.0"
 	  alignment="TOP_CENTER">
 	<padding>
-		<Insets top="12" right="12" bottom="12" left="12"/>
+		<Insets top="24" right="24" bottom="24" left="24"/>
 	</padding>
 	<children>
 		<Region prefHeight="48" VBox.vgrow="NEVER"/>
@@ -25,7 +25,7 @@
 			<Image url="/bot_welcome.png"/>
 		</ImageView>
 
-		<Region prefHeight="24" VBox.vgrow="NEVER"/>
+		<Region prefHeight="12" VBox.vgrow="NEVER"/>
 
 		<HBox alignment="CENTER" spacing="6">
 			<Button styleClass="button-large" text="%addvaultwizard.welcome.newButton" onAction="#createNewVault">