mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 05:25:13 +00:00
Base+ImageViewer: Add new icons for ImageViewer
Add ImageViewer application icons (16 and 32px) and matching image filetype icons.
This commit is contained in:
parent
580763e43e
commit
3bec616893
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/3bec616893 Pull-request: https://github.com/SerenityOS/serenity/pull/23555 Reviewed-by: https://github.com/LucasChollet ✅
6 changed files with 2 additions and 2 deletions
BIN
Base/res/icons/16x16/app-image-viewer.png
Normal file
BIN
Base/res/icons/16x16/app-image-viewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 180 B |
BIN
Base/res/icons/32x32/app-image-viewer.png
Normal file
BIN
Base/res/icons/32x32/app-image-viewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 B |
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 218 B |
|
@ -11,5 +11,5 @@ set(SOURCES
|
|||
ViewWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(ImageViewer ICON filetype-image)
|
||||
serenity_app(ImageViewer ICON app-image-viewer)
|
||||
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGUI LibGfx LibConfig LibImageDecoderClient LibMain)
|
||||
|
|
|
@ -57,7 +57,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
// TRY(Core::System::unveil("/res", "r"));
|
||||
// TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("filetype-image"sv);
|
||||
auto app_icon = GUI::Icon::default_icon("app-image-viewer"sv);
|
||||
|
||||
StringView path;
|
||||
Core::ArgsParser args_parser;
|
||||
|
|
Loading…
Add table
Reference in a new issue