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
Network
KDE Connect
Commits
036704e1
Commit
036704e1
authored
May 11, 2021
by
Bharadwaj Raju
Browse files
Fix text color in Plugin Settings
Remove references to nonexistent "listItem" for getting color
parent
148426ab
Pipeline
#61546
passed with stage
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/qml/PluginSettings.qml
View file @
036704e1
...
...
@@ -41,14 +41,12 @@ Kirigami.ScrollablePage
Label
{
Layout.fillWidth
:
true
text
:
model
.
name
color
:
listItem
.
pressed
?
listItem
.
activeTextColor
:
listItem
.
textColor
elide
:
Text
.
ElideRight
}
Label
{
Layout.fillWidth
:
true
text
:
model
.
description
color
:
listItem
.
pressed
?
listItem
.
activeTextColor
:
listItem
.
textColor
elide
:
Text
.
ElideRight
font
:
Kirigami
.
Theme
.
smallFont
opacity
:
0.7
...
...
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