replaced RemoveVaultComponent.Builder with CustomDialogBuilder in all places

This commit is contained in:
Jan-Peter Klein
2024-10-22 18:53:06 +02:00
parent 7fcbb57ab1
commit 62d7b7a0c0
6 changed files with 98 additions and 20 deletions
+4 -2
View File
@@ -11,6 +11,7 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.layout.Region?>
<?import javafx.scene.control.ButtonBar?>
<?import javafx.scene.layout.AnchorPane?>
<HBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.controls.CustomDialogController"
@@ -37,8 +38,9 @@
<Insets bottom="6" top="6"/>
</padding>
</Label>
<Label fx:id="descriptionLabel" wrapText="true"/>
<AnchorPane>
<Label fx:id="descriptionLabel" wrapText="true" maxWidth="300"/>
</AnchorPane>
<Region VBox.vgrow="ALWAYS" minHeight="18"/>
<ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons>