mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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 {
|
Components.MarqueeLabel {
|
||||||
// if no status is given, just use On/Off
|
// if no status is given, just use On/Off
|
||||||
inputText: status ? status : (enabled ? i18n("On") : i18n("Off"))
|
inputText: status ? status : (enabled ? i18n("On") : i18n("Off"))
|
||||||
rightPadding: 0 // root.rightPadding
|
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue