mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
WindowServer: Tweak window minimize button appearance.
This commit is contained in:
parent
28244039a5
commit
d7270059ab
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
Add a link
Reference in a new issue