Forráskód Böngészése

replaced gap + element + gap by larger gap
[ci skip]

Sebastian Stenzel 6 éve
szülő
commit
d27466d49e
1 módosított fájl, 1 hozzáadás és 3 törlés
  1. 1 3
      main/ui/src/main/resources/fxml/vault_detail.fxml

+ 1 - 3
main/ui/src/main/resources/fxml/vault_detail.fxml

@@ -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}"/>