mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 00:04:45 +00:00
Fix Applet Label overflow
For languages with big translation, the label is above of New stuff button.
This commit is contained in:
parent
5a36fa519c
commit
6f862e24c3
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ MouseArea {
|
||||||
Kirigami.Theme.inherit: false
|
Kirigami.Theme.inherit: false
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
|
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
|
||||||
text: i18n("Widgets")
|
text: i18n("Widgets")
|
||||||
|
wrapMode: Text.Wrap
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1.5
|
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1.5
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue