Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
86348507
Commit
86348507
authored
Apr 30, 2022
by
Yari Polla
Committed by
Devin Lin
Apr 30, 2022
Browse files
quicksettings: remove unused rightPadding property in MarqueeLabel
parent
e0ce7f3c
Pipeline
#170107
passed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml
View file @
86348507
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment