TextArea needs a prefRowCount, otherwise it attempts to use all available space, displacing other elements.

fixes #1012
This commit is contained in:
Sebastian Stenzel
2019-11-18 10:11:20 +01:00
parent b884ea7ddc
commit 28d58922e3

View File

@@ -23,7 +23,7 @@
<Label text="%addvaultwizard.new.recoveryKeyInstruction" wrapText="true"/>
<TextArea editable="false" text="${controller.recoveryKey}" wrapText="true"/>
<TextArea editable="false" text="${controller.recoveryKey}" wrapText="true" prefRowCount="6"/>
<CheckBox fx:id="finalConfirmationCheckbox" text="%addvaultwizard.new.recoveryKeySavedCheckbox" wrapText="true"/>