mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
remove debug message
This commit is contained in:
parent
4573e2badc
commit
6250e48140
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ MouseArea {
|
||||||
}
|
}
|
||||||
horizontalAlignment: Qt.AlignRight
|
horizontalAlignment: Qt.AlignRight
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
text: background.margins.top + summary + (!notificationItem.expanded && body ? "..." : "")
|
text: summary + (!notificationItem.expanded && body ? "..." : "")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue