LibGUI+WindowServer: Improve checkmark appearance.

This commit is contained in:
Andreas Kling 2019-05-10 22:50:42 +02:00
parent 9d2b46f396
commit d8ae6c31ce
Notes: sideshowbarker 2024-07-19 14:10:45 +09:00
2 changed files with 12 additions and 12 deletions

View file

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