1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:57:36 +00:00

Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 version

Stop piggybacking on the generic "find" icon and make a custom one. :^)
This commit is contained in:
Andreas Kling 2021-07-04 22:34:48 +02:00
parent 3e63633e1c
commit 3368e54224
5 changed files with 2 additions and 4 deletions

View file

@ -10,5 +10,5 @@ set(SOURCES
main.cpp
)
serenity_app(Magnifier ICON find)
serenity_app(Magnifier ICON app-magnifier)
target_link_libraries(Magnifier LibGUI)