mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Use logos from the logo folder over the vscode-extension icon
This commit is contained in:
parent
ade7c23bf6
commit
c273537990
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue