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
67963c7c
Commit
67963c7c
authored
Nov 14, 2020
by
Kai Uwe Broulik
🍇
Browse files
[Notifications] Use action text for tooltip
And set Accessible.name
parent
0eac817d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/FullRepresentation.qml
View file @
67963c7c
...
...
@@ -175,13 +175,13 @@ PlasmaComponents3.Page {
PlasmaComponents3.ToolButton
{
visible
:
!
(
plasmoid
.
containmentDisplayHints
&
PlasmaCore
.
Types
.
ContainmentDrawsPlasmoidHeading
)
Accessible.name
:
plasmoid
.
action
(
"
clearHistory
"
).
text
icon.name
:
"
edit-clear-history
"
enabled
:
plasmoid
.
action
(
"
clearHistory
"
).
visible
onClicked
:
action_clearHistory
()
PlasmaComponents3.ToolTip
{
text
:
i18n
(
"
Clear History
"
)
text
:
parent
.
Accessible
.
name
}
}
}
...
...
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