mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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: https://github.com/SerenityOS/serenity/commit/bb70d0692b4 Pull-request: https://github.com/SerenityOS/serenity/pull/1501
@ -45,11 +45,11 @@ static const char* s_close_button_bitmap_data = {
|
||||
"### ###"
|
||||
" ###### "
|
||||
" #### "
|
||||
" ## "
|
||||
" #### "
|
||||
" ###### "
|
||||
"### ###"
|
||||
"## ##"
|
||||
" "
|
||||
};
|
||||
|
||||
static Gfx::CharacterBitmap* s_close_button_bitmap;
|
||||
|
Loading…
Reference in New Issue
Block a user