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 Desktop
Commits
873adfe4
Commit
873adfe4
authored
Nov 29, 2019
by
Marco Martin
Browse files
show desktop shouldn't have a background
parent
867475c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
applets/minimizeall/package/contents/ui/main.qml
View file @
873adfe4
...
...
@@ -41,6 +41,7 @@ Item {
Layout.maximumHeight
:
inPanel
?
units
.
iconSizeHints
.
panel
:
-
1
Plasmoid.preferredRepresentation
:
Plasmoid
.
fullRepresentation
Plasmoid.backgroundHints
:
PlasmaCore
.
Types
.
NoBackground
Plasmoid.onActivated
:
toggleActive
()
...
...
applets/showdesktop/package/contents/ui/main.qml
View file @
873adfe4
...
...
@@ -35,6 +35,7 @@ QtObject {
Plasmoid.icon
:
plasmoid
.
configuration
.
icon
Plasmoid.title
:
i18n
(
"
Show Desktop
"
)
Plasmoid.toolTipSubText
:
i18n
(
"
Show the Plasma desktop
"
)
Plasmoid.backgroundHints
:
PlasmaCore
.
Types
.
NoBackground
// QtObject has no default property
property
QtObject
showdesktop
:
ShowDesktop
{
}
...
...
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