Skip to content
Snippets Groups Projects
Commit fcd758d0 authored by SeeLook's avatar SeeLook
Browse files

Added note cursor shadow. QtWidgets version has it...

parent f67a0e36
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,21 @@ Item {
font { family: "Scorek"; pixelSize: 7 }
color: noteCursor.color
x: -width - 0.1
Text {
font { family: "Scorek"; pixelSize: 7 }
color: activPal.shadow
x: 0.25; y: 0.25; z: -1
text: parent.text
opacity: 0.6
}
}
Text {
font { family: "Scorek"; pixelSize: 7 }
x: 0.25; y: 0.25; z: -1
color: activPal.shadow
text: head.text
opacity: 0.6
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment