mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
WindowServer: Improve the close button shape
This commit is contained in:
parent
beba585f37
commit
bb70d0692b
1 changed files with 1 additions and 1 deletions
|
@ -45,11 +45,11 @@ static const char* s_close_button_bitmap_data = {
|
|||
"### ###"
|
||||
" ###### "
|
||||
" #### "
|
||||
" ## "
|
||||
" #### "
|
||||
" ###### "
|
||||
"### ###"
|
||||
"## ##"
|
||||
" "
|
||||
};
|
||||
|
||||
static Gfx::CharacterBitmap* s_close_button_bitmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue