chore: sync StatusQ
- corrects the spacing in "Pinned by @author" message - and fix a typo Fixes: #7305
This commit is contained in:
parent
781575c4b5
commit
9bbbdc828b
|
@ -1 +1 @@
|
||||||
Subproject commit 9135b90ada009f9a9d9e9d29b3721ba462790b98
|
Subproject commit 7d96b2d4c17062f019dff9a942a8ecfe5ac31ca1
|
|
@ -102,7 +102,7 @@ StatusDialog {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
enabled: !!popup.messageToPin
|
enabled: !!root.messageToPin
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
z: 55
|
z: 55
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in New Issue