1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-11 20:47:45 +00:00

Wrap long text on the "use existing install" page

This commit is contained in:
Joshua Goins 2025-05-05 17:52:21 -04:00
parent 9606044525
commit 3e4c8f2c87

View file

@ -72,6 +72,7 @@ FormCard.FormCardPage {
id: helpTextDelegate
text: i18n("If Astra did not detect your installation automatically, try selecting it manually below.")
textItem.wrapMode: Text.WordWrap
}
FormCard.FormDelegateSeparator {
above: helpTextDelegate