Skip to content

Commit

Permalink
Use slint logo without text for window icons
Browse files Browse the repository at this point in the history
... but slint logo with name everywhere else
  • Loading branch information
hunger committed Feb 8, 2022
1 parent 26d2058 commit 940d1d9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gallery/gallery.slint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App := Window {
preferred-width: 500px;
preferred-height: 600px;
title: "Slint Gallery";
icon: @image-url("../../logo/slint-logo-square-light-128x128.png");
icon: @image-url("../../logo/slint-logo-small-light-128x128.png");

VerticalBox {
HorizontalBox {
Expand Down
2 changes: 1 addition & 1 deletion examples/opengl_underlay/scene.slint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App := Window {
preferred-width: 500px;
preferred-height: 600px;
title: "Slint OpenGL Underlay Example";
icon: @image-url("../../logo/slint-logo-square-light-128x128.png");
icon: @image-url("../../logo/slint-logo-small-light-128x128.png");

property <bool> rotation-enabled <=> apply-rotation.checked;

Expand Down
Binary file added logo/slint-logo-small-light-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo/slint-logo-square-light-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tools/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["lsp"]

[package.metadata.bundle]
name = "Slint Live Preview"
icon = ["../../logo/slint-logo-square-light-128x128.png"]
icon = ["../../logo/slint-logo-small-light-128x128.png"]

[[bin]]
name = "slint-lsp"
Expand Down

0 comments on commit 940d1d9

Please sign in to comment.