diff --git a/Servers/WindowServer/WSWindowFrame.cpp b/Servers/WindowServer/WSWindowFrame.cpp index 3b1d304cdb..3324e0923a 100644 --- a/Servers/WindowServer/WSWindowFrame.cpp +++ b/Servers/WindowServer/WSWindowFrame.cpp @@ -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;