From 863485075c1e250878b559e1834a89fa48b9ebf3 Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Sat, 30 Apr 2022 13:01:02 +0200 Subject: [PATCH] quicksettings: remove unused rightPadding property in MarqueeLabel --- .../qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml | 1 - 1 file changed, 1 deletion(-) 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