summaryrefslogtreecommitdiffstats
path: root/util/qt3d/modeltweak/qml/ValueField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'util/qt3d/modeltweak/qml/ValueField.qml')
-rw-r--r--util/qt3d/modeltweak/qml/ValueField.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/qt3d/modeltweak/qml/ValueField.qml b/util/qt3d/modeltweak/qml/ValueField.qml
index bc40ce11..b7291583 100644
--- a/util/qt3d/modeltweak/qml/ValueField.qml
+++ b/util/qt3d/modeltweak/qml/ValueField.qml
@@ -51,7 +51,7 @@ FocusScope {
}
Image {
id: plus
- source: "plus.png"
+ source: "images/plus.png"
anchors.left: textInput.right
anchors.verticalCenter: parent.verticalCenter
MouseArea { id: plusMouseArea; anchors.fill: parent; onPressed: incDelta() }
@@ -64,7 +64,7 @@ FocusScope {
}
Image {
id: minus
- source: "minus.png"
+ source: "images/minus.png"
anchors.right: textInput.left
anchors.verticalCenter: parent.verticalCenter
MouseArea { id: minusMouseArea; anchors.fill: parent; onPressed: decDelta() }