This commit is contained in:
Armin Schrenk
2022-06-27 19:08:00 +02:00
parent ab2d740722
commit 81a1052a76
3 changed files with 3 additions and 5 deletions

View File

@@ -43,8 +43,7 @@
<Label text="%quit.prompt" wrapText="true" textAlignment="LEFT"/>
<Region VBox.vgrow="ALWAYS"/>
<Region VBox.vgrow="ALWAYS" minHeight="18"/>
<ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons>
<Button text="%generic.button.cancel" ButtonBar.buttonData="CANCEL_CLOSE" defaultButton="true" cancelButton="true" onAction="#cancel"/>

View File

@@ -39,7 +39,7 @@
<Insets bottom="6" top="6"/>
</padding>
</Label>
<Label text="%removeVault.description" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>
<Label text="%removeVault.description" wrapText="true" textAlignment="LEFT" />
<Region VBox.vgrow="ALWAYS" minHeight="18"/>
<ButtonBar buttonMinWidth="120" buttonOrder="+CI">

View File

@@ -43,7 +43,7 @@
</padding>
</Label>
<FormattedLabel format="%unlock.success.message" arg1="${controller.vault.displayName}" wrapText="true" HBox.hgrow="ALWAYS"/>
<FormattedLabel format="%unlock.success.message" arg1="${controller.vault.displayName}" wrapText="true"/>
<CheckBox text="%unlock.success.rememberChoice" fx:id="rememberChoiceCheckbox">
<padding>
@@ -52,7 +52,6 @@
</CheckBox>
<Region VBox.vgrow="ALWAYS" minHeight="18"/>
<ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons>
<Button text="%generic.button.done" ButtonBar.buttonData="CANCEL_CLOSE" cancelButton="true" onAction="#close"/>