added wrap text to formatted labels

This commit is contained in:
Tobias Hagemann
2019-09-03 10:32:12 +02:00
parent 4f039b9708
commit 9b15254880
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
</graphic>
</Button>
<FormattedLabel format="%preferences.updates.updateAvailable" arg1="${controller.latestVersion}" textAlignment="CENTER" visible="${controller.updateAvailable}"/>
<FormattedLabel format="%preferences.updates.updateAvailable" arg1="${controller.latestVersion}" textAlignment="CENTER" wrapText="true" visible="${controller.updateAvailable}"/>
</VBox>
</children>
</VBox>

View File

@@ -20,7 +20,7 @@
<Insets bottom="12.0" left="12.0" right="12.0" top="12.0"/>
</padding>
<children>
<FormattedLabel format="%unlock.passwordPrompt" arg1="${controller.vault.displayableName}"/>
<FormattedLabel format="%unlock.passwordPrompt" arg1="${controller.vault.displayableName}" wrapText="true"/>
<SecPasswordField fx:id="passwordField"/>
<CheckBox fx:id="savePassword" text="%unlock.savePassword" onAction="#didClickSavePasswordCheckbox"/>

View File

@@ -31,7 +31,7 @@
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="CHECK" glyphSize="24"/>
</StackPane>
<FormattedLabel format="%unlock.success.message" arg1="${controller.vault.displayableName}" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>
<FormattedLabel format="%unlock.success.message" arg1="${controller.vault.displayableName}" wrapText="true" HBox.hgrow="ALWAYS"/>
</HBox>
<Region VBox.vgrow="ALWAYS"/>