mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use marquee label for quicksettings titles
This commit is contained in:
parent
acde5b389d
commit
49a3579c55
1 changed files with 2 additions and 3 deletions
|
|
@ -85,10 +85,9 @@ QuickSettingsDelegate {
|
|||
anchors.left: parent.left
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
PlasmaComponents.Label {
|
||||
MobileShell.MarqueeLabel {
|
||||
Layout.fillWidth: true
|
||||
elide: Text.ElideRight
|
||||
text: root.text
|
||||
inputText: root.text
|
||||
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 0.75 // TODO base height off of size of delegate
|
||||
font.weight: Font.Bold
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue