mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-13 21:07:46 +00:00
Wrap long text on the "use existing install" page
This commit is contained in:
parent
9606044525
commit
3e4c8f2c87
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ FormCard.FormCardPage {
|
||||||
id: helpTextDelegate
|
id: helpTextDelegate
|
||||||
|
|
||||||
text: i18n("If Astra did not detect your installation automatically, try selecting it manually below.")
|
text: i18n("If Astra did not detect your installation automatically, try selecting it manually below.")
|
||||||
|
textItem.wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
FormCard.FormDelegateSeparator {
|
FormCard.FormDelegateSeparator {
|
||||||
above: helpTextDelegate
|
above: helpTextDelegate
|
||||||
|
|
Loading…
Add table
Reference in a new issue