unified spacing

This commit is contained in:
Jan-Peter Klein 2024-10-09 16:59:13 +02:00
parent 118a1411d8
commit a2574a5883
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
xmlns="http://javafx.com/javafx" xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.mainwindow.VaultDetailMissingVaultController" fx:controller="org.cryptomator.ui.mainwindow.VaultDetailMissingVaultController"
alignment="TOP_CENTER" alignment="TOP_CENTER"
spacing="24"> spacing="9">
<children> <children>
<VBox spacing="9" alignment="CENTER"> <VBox spacing="9" alignment="CENTER">
<StackPane alignment="CENTER"> <StackPane alignment="CENTER">

View File

@ -8,7 +8,7 @@
xmlns="http://javafx.com/javafx" xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.mainwindow.WelcomeController" fx:controller="org.cryptomator.ui.mainwindow.WelcomeController"
alignment="CENTER" alignment="CENTER"
spacing="24"> spacing="9">
<children> <children>
<ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true"> <ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true">
<Image url="@../img/logo.png"/> <Image url="@../img/logo.png"/>