From d8ae6c31cee23d2c38b0da7649eca5feb5c0af4f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 10 May 2019 22:50:42 +0200 Subject: [PATCH] LibGUI+WindowServer: Improve checkmark appearance. --- LibGUI/GCheckBox.cpp | 12 ++++++------ Servers/WindowServer/WSMenu.cpp | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LibGUI/GCheckBox.cpp b/LibGUI/GCheckBox.cpp index 62808b3704e..3bcac3e5ac6 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 7de9db0d010..da8b96967b0 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 = { " " + " # " " ## " - " ## " - " ## " - " ## " - " ## ## " - " #### " - " ## " + " ### " + " ## ### " + " ##### " + " ### " + " # " " " };