From f74c6a41aebd7b01f28ccfc866975abf882a772c Mon Sep 17 00:00:00 2001 From: Jose Flores Date: Mon, 21 Feb 2022 20:15:22 -0600 Subject: [PATCH] Wraps the checkbox text for messages on the right to wrap on mobile devices (PinePhone). --- imports/NeoChat/Settings/AppearanceSettingsPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Settings/AppearanceSettingsPage.qml b/imports/NeoChat/Settings/AppearanceSettingsPage.qml index 7c317f001..e23ec44d6 100644 --- a/imports/NeoChat/Settings/AppearanceSettingsPage.qml +++ b/imports/NeoChat/Settings/AppearanceSettingsPage.qml @@ -175,6 +175,7 @@ Kirigami.ScrollablePage { } } Kirigami.FormLayout { + Layout.maximumWidth: parent.width QQC2.CheckBox { Kirigami.FormData.label: "Show Avatar:" text: i18n("In Chat")