We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032cc59 commit ef2c646Copy full SHA for ef2c646
src/prompter/ProjectionsManager.qml
@@ -301,7 +301,7 @@ Item {
301
anchors.fill: parent
302
visible: model.flip===0
303
Image {
304
- source: "qrc:/images/qprompt.png"
+ source: "qrc:/qt/qml/com/cuperino/qprompt/images/qprompt.png"
305
fillMode: Image.PreserveAspectFit
306
width: parent.width * 3 / 4
307
height: parent.height * 3 / 4
0 commit comments