diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml index b2bf3972..fd0d50b1 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml @@ -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