increased paddings in add vault wizard

This commit is contained in:
Tobias Hagemann
2019-08-26 00:40:00 +02:00
parent 468723ad92
commit 477fd7d2e9
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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