used dialogBuilder for dokankySupportEndDialog

This commit is contained in:
Jan-Peter Klein
2024-10-23 19:48:55 +02:00
parent 62d7b7a0c0
commit 5ff6a8c258
3 changed files with 25 additions and 8 deletions
+1 -4
View File
@@ -11,7 +11,6 @@
<?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"
@@ -38,9 +37,7 @@
<Insets bottom="6" top="6"/>
</padding>
</Label>
<AnchorPane>
<Label fx:id="descriptionLabel" wrapText="true" maxWidth="300"/>
</AnchorPane>
<Label fx:id="descriptionLabel" wrapText="true"/>
<Region VBox.vgrow="ALWAYS" minHeight="18"/>
<ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons>