Armin Schrenk 2 年之前
父节点
当前提交
81a1052a76

+ 1 - 2
src/main/resources/fxml/quit.fxml

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

+ 1 - 1
src/main/resources/fxml/remove_vault.fxml

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

+ 1 - 2
src/main/resources/fxml/unlock_success.fxml

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