From 6f862e24c3e966bc1bf5c76c7e1a0c1bbe66c275 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 9 Sep 2025 11:26:54 +0000 Subject: [PATCH] Fix Applet Label overflow For languages with big translation, the label is above of New stuff button. --- containments/homescreens/folio/qml/settings/AppletListViewer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/homescreens/folio/qml/settings/AppletListViewer.qml b/containments/homescreens/folio/qml/settings/AppletListViewer.qml index 9055b858..058225bb 100644 --- a/containments/homescreens/folio/qml/settings/AppletListViewer.qml +++ b/containments/homescreens/folio/qml/settings/AppletListViewer.qml @@ -72,6 +72,7 @@ MouseArea { Kirigami.Theme.inherit: false Kirigami.Theme.colorSet: Kirigami.Theme.Complementary text: i18n("Widgets") + wrapMode: Text.Wrap font.weight: Font.Bold font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1.5 Layout.fillWidth: true