diff --git a/LibGUI/GCheckBox.cpp b/LibGUI/GCheckBox.cpp index 62808b3704..3bcac3e5ac 100644 --- a/LibGUI/GCheckBox.cpp +++ b/LibGUI/GCheckBox.cpp @@ -8,13 +8,13 @@ static const char* s_checked_bitmap_data = { " " + " # " " ## " - " ## " - " ## " - " ## " - " ## ## " - " #### " - " ## " + " ### " + " ## ### " + " ##### " + " ### " + " # " " " }; diff --git a/Servers/WindowServer/WSMenu.cpp b/Servers/WindowServer/WSMenu.cpp index 7de9db0d01..da8b96967b 100644 --- a/Servers/WindowServer/WSMenu.cpp +++ b/Servers/WindowServer/WSMenu.cpp @@ -29,13 +29,13 @@ const Font& WSMenu::font() const static const char* s_checked_bitmap_data = { " " + " # " " ## " - " ## " - " ## " - " ## " - " ## ## " - " #### " - " ## " + " ### " + " ## ### " + " ##### " + " ### " + " # " " " };