mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 20:51:27 +00:00
TextArea needs a prefRowCount, otherwise it attempts to use all available space, displacing other elements.
fixes #1012
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user