updated assets

This commit is contained in:
Tobias Hagemann
2020-03-12 15:05:55 +01:00
parent cf668e820b
commit 70fcaff7f6
6 changed files with 8 additions and 12 deletions

View File

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

View File

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

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
main/ui/src/main/resources/select-masterkey-win.png Executable file → Normal file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 66 KiB