mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
Starfield: Add app icon
Previously, Starfield used app-screensaver icon.
This commit is contained in:
parent
c5e1163c64
commit
742cca4bfe
Notes:
sideshowbarker
2024-07-19 17:09:52 +09:00
Author: https://github.com/danielledeleo 🔰 Commit: https://github.com/SerenityOS/serenity/commit/742cca4bfe7 Pull-request: https://github.com/SerenityOS/serenity/pull/12236
BIN
Base/res/icons/16x16/app-starfield.png
Normal file
BIN
Base/res/icons/16x16/app-starfield.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Base/res/icons/32x32/app-starfield.png
Normal file
BIN
Base/res/icons/32x32/app-starfield.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -7,5 +7,5 @@ set(SOURCES
|
||||
Starfield.cpp
|
||||
)
|
||||
|
||||
serenity_app(Starfield ICON app-screensaver)
|
||||
serenity_app(Starfield ICON app-starfield)
|
||||
target_link_libraries(Starfield LibGUI LibCore LibGfx LibMain)
|
||||
|
@ -167,7 +167,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd rpath"));
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("app-screensaver");
|
||||
auto app_icon = GUI::Icon::default_icon("app-starfield");
|
||||
auto window = TRY(GUI::Window::try_create());
|
||||
|
||||
window->set_double_buffering_enabled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user