Skip to content

Commit

Permalink
Move vscode-extension logo into logo directory
Browse files Browse the repository at this point in the history
* Give it a name that matches the svg it was created from
* Update gallery example to use the same logo
* Create a smylink to the old name in vscode-extension as that needs the
  icon to be in that directory.
  • Loading branch information
hunger committed Feb 4, 2022
1 parent 9a7a66f commit ade7c23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: slint
Upstream-Contact: Slint Developers <info@slint-ui.com>
Source: https/sixtyfps.io/

Files: */slint-logo-*.svg
Files: */slint-logo-*.svg */slint-logo-*.png
Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io>
License: CC-BY-ND-4.0

Expand Down Expand Up @@ -54,7 +54,3 @@ License: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
Files: vscode_extension/*.json vscode_extension/README.md
Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io>
License: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)

Files: vscode_extension/extension-logo.png
Copyright: Copyright © SixtyFPS GmbH <info@sixtyfps.io>
License: CC-BY-ND-4.0
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("../../vscode_extension/extension-logo.png");
icon: @image-url("../../logo/slint-logo-square-light-128x128.png");

VerticalBox {
HorizontalBox {
Expand Down
Binary file added 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.
Binary file removed vscode_extension/extension-logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions vscode_extension/extension-logo.png

0 comments on commit ade7c23

Please sign in to comment.