mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 02:01:27 +00:00
replaced gap + element + gap by larger gap
[ci skip]
This commit is contained in:
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user