mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:07:35 +00:00
Userland: Implement a magnifier app
This utility is useful for making sure those UI elements are pixel perfect. A simple 2x/4x magnification around the mouse cursor, shown in a window.
This commit is contained in:
parent
4864ef9440
commit
4d01183f5c
6 changed files with 183 additions and 0 deletions
8
Userland/Applications/Magnifier/CMakeLists.txt
Normal file
8
Userland/Applications/Magnifier/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
MagnifierWidget.cpp
|
||||
MagnifierWidget.h
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Magnifier ICON find)
|
||||
target_link_libraries(Magnifier LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue