WindowServer: Improve the close button shape

This commit is contained in:
Chris
2020-03-22 19:39:12 +01:00
committed by Andreas Kling
parent beba585f37
commit bb70d0692b

View File

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