WindowServer: Improve the close button shape

This commit is contained in:
Chris 2020-03-22 19:39:12 +01:00 committed by Andreas Kling
commit bb70d0692b
Notes: sideshowbarker 2024-07-19 08:10:49 +09:00

View file

@ -45,11 +45,11 @@ static const char* s_close_button_bitmap_data = {
"### ###" "### ###"
" ###### " " ###### "
" #### " " #### "
" ## "
" #### " " #### "
" ###### " " ###### "
"### ###" "### ###"
"## ##" "## ##"
" "
}; };
static Gfx::CharacterBitmap* s_close_button_bitmap; static Gfx::CharacterBitmap* s_close_button_bitmap;