1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 17:35:06 +00:00

LibGUI+WindowServer: Improve checkmark appearance.

This commit is contained in:
Andreas Kling 2019-05-10 22:50:42 +02:00
parent 9d2b46f396
commit d8ae6c31ce
2 changed files with 12 additions and 12 deletions

View file

@ -8,13 +8,13 @@
static const char* s_checked_bitmap_data = {
" "
" # "
" ## "
" ## "
" ## "
" ## "
" ## ## "
" #### "
" ## "
" ### "
" ## ### "
" ##### "
" ### "
" # "
" "
};