summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-04 15:26:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-04 15:26:20 +0300
commit1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5 (patch)
treebe78c40ec73443cc602c3363aa719065052cda85 /src/gui/equipmentwindow.h
parentf54248ded370d95586e52b5fd8e14902fb5eec2b (diff)
downloadplus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.gz
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.bz2
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.tar.xz
plus-1e760aaa1ca5b56b6c5355ab8c8d01ed5be4cfb5.zip
Add outline for label default color.
Diffstat (limited to 'src/gui/equipmentwindow.h')
-rw-r--r--src/gui/equipmentwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/equipmentwindow.h b/src/gui/equipmentwindow.h
index 51f6f151b..e14a9916b 100644
--- a/src/gui/equipmentwindow.h
+++ b/src/gui/equipmentwindow.h
@@ -137,6 +137,7 @@ class EquipmentWindow final : public Window, public gcn::ActionListener
gcn::Color mHighlightColor;
gcn::Color mBorderColor;
gcn::Color mLabelsColor;
+ gcn::Color mLabelsColor2;
Image *mSlotBackground;
Image *mSlotHighlightedBackground;
ImageCollection *mVertexes;