From 55924e43101deef978c6f73ed5a4da63fcb58705 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 May 2013 00:55:29 +0300 Subject: Add outline colors for button class. --- src/gui/widgets/button.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/button.h') diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 90faa7d06..2fa2d64ac 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -153,9 +153,13 @@ class Button final : public gcn::Button, int mXOffset; int mYOffset; gcn::Color mEnabledColor; + gcn::Color mEnabledColor2; gcn::Color mDisabledColor; + gcn::Color mDisabledColor2; gcn::Color mHighlightedColor; + gcn::Color mHighlightedColor2; gcn::Color mPressedColor; + gcn::Color mPressedColor2; Image **mImages; ImageSet *mImageSet; int mImageWidth; -- cgit v1.2.3-60-g2f50