mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NText: Reverted my change to support Richtext by default + All tooltips are no longer using capital letter at the start of every word
This commit is contained in:
@@ -45,7 +45,7 @@ NPanel {
|
||||
|
||||
NIconButton {
|
||||
icon: "delete"
|
||||
tooltipText: "Clear History"
|
||||
tooltipText: "Clear history"
|
||||
sizeRatio: 0.8
|
||||
onClicked: NotificationService.clearHistory()
|
||||
}
|
||||
@@ -158,7 +158,7 @@ NPanel {
|
||||
// Trash icon button
|
||||
NIconButton {
|
||||
icon: "delete"
|
||||
tooltipText: "Delete Notification"
|
||||
tooltipText: "Delete notification"
|
||||
sizeRatio: 0.7
|
||||
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user