mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
WindowServer: Improve the close button shape
This commit is contained in:
parent
beba585f37
commit
bb70d0692b
Notes:
sideshowbarker
2024-07-19 08:10:49 +09:00
Author: https://github.com/chrrs 🔰
Commit: bb70d0692b
Pull-request: https://github.com/SerenityOS/serenity/pull/1501
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