mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Fix running this hello.60 copy in the viewer
The relative path to the image was wrong.
This commit is contained in:
parent
e6b386ab53
commit
d5c4955500
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Hello := Rectangle {
|
|||
Image {
|
||||
x: 200;
|
||||
y: 200;
|
||||
source: img!"../graphicstest/logo.png";
|
||||
source: img!"../../examples/graphicstest/logo.png";
|
||||
}
|
||||
|
||||
ButtonRectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue