From 79cc92118f7029de7b47caa0cd29b13823e3a3ec Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Aug 2012 22:25:38 +0300 Subject: Add theme options for caption offset and align. Options: captionoffsetx captionoffsety captionallign --- src/gui/widgets/window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 00e3a817f..a006b3995 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -467,6 +467,9 @@ class Window : public gcn::Window, gcn::WidgetListener */ static const unsigned resizeBorderWidth = 10; GraphicsVertexes *mVertexes; + int mCaptionOffsetX; + int mCaptionOffsetY; + int mCaptionAlign; bool mRedraw; gcn::Font *mCaptionFont; }; -- cgit v1.2.3-60-g2f50