replaced gap + element + gap by larger gap

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-09-06 19:32:47 +02:00
parent d9677fe7c4
commit d27466d49e

View File

@@ -15,7 +15,7 @@
fx:controller="org.cryptomator.ui.mainwindow.VaultDetailController"
styleClass="vault-detail"
minWidth="300"
spacing="12">
spacing="36">
<padding>
<Insets topRightBottomLeft="24"/>
</padding>
@@ -48,8 +48,6 @@
</VBox>
</HBox>
<Region prefHeight="12" VBox.vgrow="NEVER"/>
<fx:include VBox.vgrow="ALWAYS" source="vault_detail_locked.fxml" visible="${controller.vault.locked}" managed="${controller.vault.locked}"/>
<fx:include VBox.vgrow="ALWAYS" source="vault_detail_unlocked.fxml" visible="${controller.vault.unlocked}" managed="${controller.vault.unlocked}"/>
<fx:include VBox.vgrow="ALWAYS" source="vault_detail_needsmigration.fxml" visible="${controller.vault.needsMigration}" managed="${controller.vault.needsMigration}"/>