From 93e45588e5879386f5f7e661c4a0ce99d485ec05 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:46:24 -0400 Subject: [PATCH] LibGUI:: Style Combo and SpinBox buttons as ThickCaps These suffered the same visual defect as scrollbars when styled as normal buttons: against backgrounds with the same color as their highlighting, aspect was lost. --- Userland/Libraries/LibGUI/ComboBox.cpp | 1 + Userland/Libraries/LibGUI/SpinBox.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Userland/Libraries/LibGUI/ComboBox.cpp b/Userland/Libraries/LibGUI/ComboBox.cpp index e759fab601..e46f0be84f 100644 --- a/Userland/Libraries/LibGUI/ComboBox.cpp +++ b/Userland/Libraries/LibGUI/ComboBox.cpp @@ -75,6 +75,7 @@ ComboBox::ComboBox() }; m_open_button = add