Skip to content

Commit

Permalink
Replace folder bitmap with svg artwork.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzulla committed Jul 25, 2018
1 parent de021ca commit 3e27412
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion es-core/src/components/ImageGridComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ImageGridComponent<T>::ImageGridComponent(Window* window) : IList<ImageGridData,
mEntriesDirty = true;
mLastCursor = 0;
mDefaultGameTexture = ":/blank_game.png";
mDefaultFolderTexture = ":/folder.png";
mDefaultFolderTexture = ":/folder.svg";

mSize = screen * 0.80f;
mMargin = screen * 0.07f;
Expand Down
Binary file removed resources/folder.png
Binary file not shown.
5 changes: 5 additions & 0 deletions resources/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e27412

Please sign in to comment.