Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
7c1664f5
Commit
7c1664f5
authored
Jun 20, 2015
by
Marco Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no notifications message
parent
7c4cb2c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
applets/notifications/contents/ui/main.qml
applets/notifications/contents/ui/main.qml
+12
-0
No files found.
applets/notifications/contents/ui/main.qml
View file @
7c1664f5
...
...
@@ -119,6 +119,18 @@ Item {
}
PlasmaCore.FrameSvgItem
{
anchors.centerIn
:
parent
visible
:
notificationsModel
.
count
==
0
imagePath
:
"
widgets/background
"
width
:
childrenRect
.
width
+
margins
.
left
+
margins
.
right
height
:
childrenRect
.
height
+
margins
.
top
+
margins
.
bottom
PlasmaComponents.Label
{
anchors.centerIn
:
parent
text
:
i18n
(
"
No recent notifications
"
)
}
}
ListModel
{
id
:
notificationsModel
...
...
Write
Preview
Markdown
is supported
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