WindowServer: Tweak window minimize button appearance.
This commit is contained in:
parent
28244039a5
commit
d7270059ab
Notes:
sideshowbarker
2024-07-19 14:32:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d7270059ab2
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ static const int s_close_button_bitmap_height = 9;
|
|||
static const char* s_minimize_button_bitmap_data = {
|
||||
" "
|
||||
" "
|
||||
"## ##"
|
||||
"### ###"
|
||||
" "
|
||||
" ###### "
|
||||
" #### "
|
||||
" ## "
|
||||
" "
|
||||
" "
|
||||
" "
|
||||
};
|
||||
|
||||
static CharacterBitmap* s_minimize_button_bitmap;
|
||||
|
|
Loading…
Add table
Reference in a new issue