Use logos from the logo folder over the vscode-extension icon

This commit is contained in:
Tobias Hunger 2022-02-04 14:25:55 +01:00
parent ade7c23bf6
commit c273537990
No known key found for this signature in database
GPG key ID: 60874021D2F23F91
4 changed files with 5 additions and 5 deletions

View file

@ -95,7 +95,7 @@ SCENARIO("Value API")
REQUIRE(!value.to_image().has_value());
slint::Image image = slint::Image::load_from_path(
SOURCE_DIR "/../../vscode_extension/extension-logo.png");
SOURCE_DIR "/../../logo/slint-logo-square-light-128x128.png");
REQUIRE(image.size().width == 128);
value = Value(image);
REQUIRE(value.type() == Value::Type::Image);