Browse Source

updated assets

Tobias Hagemann 5 years ago
parent
commit
70fcaff7f6

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

@@ -12,17 +12,13 @@
 	  fx:controller="org.cryptomator.ui.addvaultwizard.ChooseExistingVaultController"
 	  prefWidth="450"
 	  prefHeight="450"
-	  spacing="12"
+	  spacing="24"
 	  alignment="CENTER">
 	<padding>
 		<Insets topRightBottomLeft="24"/>
 	</padding>
 	<children>
-		<ImageView VBox.vgrow="ALWAYS" fitWidth="400" preserveRatio="true" smooth="true" image="${controller.screenshot}">
-			<VBox.margin>
-				<Insets top="24"/>
-			</VBox.margin>
-		</ImageView>
+		<ImageView VBox.vgrow="ALWAYS" fitWidth="400" preserveRatio="true" smooth="true" image="${controller.screenshot}"/>
 
 		<Label text="%addvaultwizard.existing.instruction" wrapText="true" labelFor="$finishButton"/>
 

+ 6 - 6
main/ui/src/main/resources/fxml/wrongfilealert.fxml

@@ -20,7 +20,7 @@
 	  maxWidth="-Infinity"
 	  minWidth="-Infinity"
 	  minHeight="-Infinity"
-	  spacing="36"
+	  spacing="24"
 	  alignment="CENTER">
 	<padding>
 		<Insets topRightBottomLeft="24"/>
@@ -37,17 +37,17 @@
 			</VBox>
 		</HBox>
 
-		<ImageView VBox.vgrow="ALWAYS" fitWidth="500" preserveRatio="true" smooth="true" cache="true" image="${controller.screenshot}"/>
+		<ImageView VBox.vgrow="ALWAYS" fitWidth="550" preserveRatio="true" smooth="true" cache="true" image="${controller.screenshot}"/>
 
 		<VBox spacing="6" alignment="CENTER_LEFT" VBox.vgrow="ALWAYS">
-			<Label text="%wrongFileAlert.instruction.0" wrapText="true" />
+			<Label text="%wrongFileAlert.instruction.0" wrapText="true"/>
 			<VBox alignment="CENTER_LEFT" VBox.vgrow="ALWAYS" spacing="6">
 				<padding>
 					<Insets left="12"/>
 				</padding>
-				<Label text="%wrongFileAlert.instruction.1" wrapText="true" />
-				<Label text="%wrongFileAlert.instruction.2" wrapText="true" />
-				<Label text="%wrongFileAlert.instruction.3" wrapText="true" />
+				<Label text="%wrongFileAlert.instruction.1" wrapText="true"/>
+				<Label text="%wrongFileAlert.instruction.2" wrapText="true"/>
+				<Label text="%wrongFileAlert.instruction.3" wrapText="true"/>
 			</VBox>
 			<TextFlow>
 				<Text text="%wrongFileAlert.link"/>

BIN
main/ui/src/main/resources/select-masterkey-mac.png


BIN
main/ui/src/main/resources/select-masterkey-win.png


BIN
main/ui/src/main/resources/vault-volume-mac.png


BIN
main/ui/src/main/resources/vault-volume-win.png