mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
increased paddings in add vault wizard
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user