From 3e4c8f2c87c3f8ebf52260ef8065532f2a667a04 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 May 2025 17:52:21 -0400 Subject: [PATCH] Wrap long text on the "use existing install" page --- launcher/ui/Setup/UseExistingInstall.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/ui/Setup/UseExistingInstall.qml b/launcher/ui/Setup/UseExistingInstall.qml index 6fb437c..4f2b8a8 100644 --- a/launcher/ui/Setup/UseExistingInstall.qml +++ b/launcher/ui/Setup/UseExistingInstall.qml @@ -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