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 Workspace
Commits
825fd82d
Commit
825fd82d
authored
May 12, 2020
by
Nate Graham
Browse files
Set saner widths for Placeholder messages so their text doesn't overflow
See D29692
parent
6f6c7339
Changes
2
Show whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/Menu.qml
View file @
825fd82d
...
...
@@ -59,9 +59,7 @@ PlasmaExtras.ScrollArea {
id
:
emptyHint
anchors.centerIn
:
parent
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.margins
:
units
.
largeSpacing
width
:
parent
.
width
-
(
units
.
largeSpacing
*
4
)
visible
:
menuListView
.
count
===
0
text
:
i18n
(
"
Clipboard is empty
"
)
...
...
applets/notifications/package/contents/ui/FullRepresentation.qml
View file @
825fd82d
...
...
@@ -586,9 +586,7 @@ PlasmaComponents3.Page {
Kirigami.PlaceholderMessage
{
anchors.centerIn
:
parent
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.margins
:
units
.
largeSpacing
width
:
parent
.
width
-
(
units
.
largeSpacing
*
4
)
text
:
i18n
(
"
No unread notifications
"
)
visible
:
list
.
count
===
0
&&
NotificationManager
.
Server
.
valid
...
...
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