1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 21:16:17 +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:
Valtteri Koskivuori 2021-05-10 00:15:35 +03:00 committed by Linus Groh
parent 4864ef9440
commit 4d01183f5c
6 changed files with 183 additions and 0 deletions

View file

@ -2,6 +2,7 @@
alias fm=FileManager
alias irc=IRCClient
alias mag=Magnifier
alias ms=Minesweeper
alias sh=Shell
alias sn=Snake