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 CharacterBitmap* s_minimize_button_bitmap;