1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:08:11 +00:00

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;