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
ab3b5fd7
Commit
ab3b5fd7
authored
Apr 13, 2022
by
Nate Graham
Browse files
WidgetExplorer: add icon to placeholder message
parent
fcb4397a
Pipeline
#163834
passed with stage
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
desktoppackage/contents/explorer/WidgetExplorer.qml
View file @
ab3b5fd7
...
...
@@ -310,6 +310,7 @@ PC3.Page {
PlasmaExtras.PlaceholderMessage
{
anchors.centerIn
:
parent
width
:
parent
.
width
-
(
PlasmaCore
.
Units
.
largeSpacing
*
4
)
iconName
:
"
edit-none
"
text
:
searchInput
.
text
.
length
>
0
?
i18n
(
"
No widgets matched the search terms
"
)
:
i18n
(
"
No widgets available
"
)
visible
:
list
.
count
==
0
}
...
...
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