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 Workspace
Commits
f899f063
Commit
f899f063
authored
Mar 17, 2022
by
Felipe Kinoshita
🌎
Committed by
Nate Graham
Mar 17, 2022
Browse files
kcms/nightcolor: make description look like the one in the User Feedback KCM
parent
76f0c2b1
Pipeline
#151258
passed with stage
in 11 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcms/nightcolor/package/contents/ui/main.qml
View file @
f899f063
...
...
@@ -73,13 +73,10 @@ KCM.SimpleKCM {
spacing
:
0
QQC2.Label
{
Layout.topMargin
:
Kirigami
.
Units
.
largeSpacing
*
2
Layout.bottomMargin
:
Kirigami
.
Units
.
largeSpacing
*
4
Layout.leftMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.rightMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.margins
:
Kirigami
.
Units
.
gridUnit
Layout.alignment
:
Qt
.
AlignHCenter
Layout.maximumWidth
:
Math
.
round
(
root
.
width
*
0.5
)
Layout.maximumWidth
:
Math
.
round
(
root
.
width
-
(
Kirigami
.
Units
.
gridUnit
*
2
))
text
:
i18n
(
"
Night Color makes the colors on the screen warmer to reduce eye strain at the time of your choosing.
"
)
wrapMode
:
Text
.
WordWrap
}
...
...
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