Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma System Monitor
Commits
f8839f37
Commit
f8839f37
authored
Jan 25, 2021
by
Arjen Hiemstra
Browse files
Use view color as background color for Application Details pane
parent
83c598e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/faces/applicationstable/contents/ui/ApplicationDetails.qml
View file @
f8839f37
...
@@ -33,7 +33,11 @@ Page {
...
@@ -33,7 +33,11 @@ Page {
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
}
background
:
Rectangle
{
Kirigami.Theme.inherit
:
false
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
color
:
Kirigami
.
Theme
.
backgroundColor
}
header
:
ToolBar
{
header
:
ToolBar
{
implicitHeight
:
root
.
headerHeight
implicitHeight
:
root
.
headerHeight
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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