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
1840bdbc
Commit
1840bdbc
authored
Oct 07, 2020
by
Nate Graham
Browse files
[applets/devicenotifier] Port DeviceItem from theme.* to PlasmaCore.Theme.*
parent
1d1cad0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/devicenotifier/package/contents/ui/DeviceItem.qml
View file @
1840bdbc
...
...
@@ -188,10 +188,10 @@ PlasmaExtras.ExpandableListItem {
subtitleColor
:
{
if
(
freeSpaceKnown
)
{
if
(
freeSpace
/
totalSpace
<=
0.05
)
{
return
t
heme
.
negativeTextColor
return
PlasmaCore
.
T
heme
.
negativeTextColor
}
}
return
t
heme
.
textColor
return
PlasmaCore
.
T
heme
.
textColor
}
defaultActionButtonAction
:
QQC2.Action
{
...
...
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