We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa2f2 commit faacdf2Copy full SHA for faacdf2
1 file changed
Modules/Settings/PersonalizationTab.qml
@@ -391,6 +391,7 @@ Item {
391
font.pixelSize: Theme.fontSizeLarge
392
color: Theme.surfaceText
393
elide: Text.ElideMiddle
394
+ maximumLineCount: 1
395
width: parent.width
396
}
397
@@ -399,6 +400,7 @@ Item {
399
400
font.pixelSize: Theme.fontSizeSmall
401
color: Theme.surfaceVariantText
402
403
404
405
visible: SessionData.wallpaperPath !== ""
406
@@ -524,7 +526,8 @@ Item {
524
526
text: "Automatically cycle through wallpapers in the same folder"
525
527
528
- wrapMode: Text.WordWrap
529
+ elide: Text.ElideRight
530
531
532
533
0 commit comments