Fix running this hello.60 copy in the viewer

The relative path to the image was wrong.
This commit is contained in:
Simon Hausmann 2020-06-25 13:49:23 +02:00
parent e6b386ab53
commit d5c4955500

View file

@ -67,7 +67,7 @@ Hello := Rectangle {
Image {
x: 200;
y: 200;
source: img!"../graphicstest/logo.png";
source: img!"../../examples/graphicstest/logo.png";
}
ButtonRectangle {