diff options
Diffstat (limited to 'Catalog.qml')
-rw-r--r-- | Catalog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Catalog.qml b/Catalog.qml index be144c5..a004ee9 100644 --- a/Catalog.qml +++ b/Catalog.qml @@ -17,7 +17,7 @@ Rectangle { previewImage { width: 64 height: 64 - source: imageDir + "thumb/" + image + source: imageBase + "thumb/" + image } nameLabel.text: description priceLabel.text: price |