1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

WindowServer: Tweak window minimize button appearance.

This commit is contained in:
Andreas Kling 2019-04-30 15:09:40 +02:00
parent 28244039a5
commit d7270059ab

View file

@ -29,13 +29,13 @@ static const int s_close_button_bitmap_height = 9;
static const char* s_minimize_button_bitmap_data = { static const char* s_minimize_button_bitmap_data = {
" " " "
" " " "
"## ##" " "
"### ###"
" ###### " " ###### "
" #### " " #### "
" ## " " ## "
" " " "
" " " "
" "
}; };
static CharacterBitmap* s_minimize_button_bitmap; static CharacterBitmap* s_minimize_button_bitmap;