mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
unified spacing
This commit is contained in:
parent
118a1411d8
commit
a2574a5883
@ -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">
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user