From bd57627b8fcb17f1e98eeee794cb2f4bb563e21c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 7 Oct 2016 17:16:01 +0200 Subject: [PATCH] Helpbox: use current shadow color --- src/gui/widget/helpbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/helpbox.cpp b/src/gui/widget/helpbox.cpp index 8d963e8e9..19bf55978 100644 --- a/src/gui/widget/helpbox.cpp +++ b/src/gui/widget/helpbox.cpp @@ -45,7 +45,7 @@ Helpbox::Helpbox( const string& Title, CC_SHADOW_ON, COL_MENUCONTENT_PLUS_6, COL_MENUCONTENT_PLUS_0, - COL_MENUCONTENTDARK_PLUS_0) + COL_SHADOW_PLUS_0) { page = 0; hbox_y = 1;