Fix Applet Label overflow

For languages with big translation, the label is above of New stuff
button.
This commit is contained in:
Florian RICHER 2025-09-09 11:26:54 +00:00 committed by Devin Lin
parent 5a36fa519c
commit 6f862e24c3

View file

@ -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