mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-27 02:14:16 +00:00
replaced RemoveVaultComponent.Builder with CustomDialogBuilder in all places
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user