quicksettings: remove unused rightPadding property in MarqueeLabel

This commit is contained in:
Yari Polla 2022-04-30 13:01:02 +02:00 committed by Devin Lin
parent e0ce7f3cec
commit 863485075c

View file

@ -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