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
b16ab4a1
Commit
b16ab4a1
authored
Jan 05, 2021
by
David Edmundson
Browse files
Revert "[shell] Set DesktopView to black when no contents are loaded"
This reverts commit
0d02ac89
parent
880f2fbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/desktopview.cpp
View file @
b16ab4a1
...
...
@@ -49,8 +49,6 @@ DesktopView::DesktopView(Plasma::Corona *corona, QScreen *targetScreen)
setGeometry
(
targetScreen
->
geometry
());
}
setColor
(
Qt
::
black
);
setFlags
(
Qt
::
Window
|
Qt
::
FramelessWindowHint
);
setTitle
(
corona
->
kPackage
().
metadata
().
name
());
rootContext
()
->
setContextProperty
(
QStringLiteral
(
"desktop"
),
this
);
...
...
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