mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
quicksettings: remove unused rightPadding property in MarqueeLabel
This commit is contained in:
parent
e0ce7f3cec
commit
863485075c
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ QuickSettingsDelegate {
|
|||
Components.MarqueeLabel {
|
||||
// if no status is given, just use On/Off
|
||||
inputText: status ? status : (enabled ? i18n("On") : i18n("Off"))
|
||||
rightPadding: 0 // root.rightPadding
|
||||
opacity: 0.6
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue