From acba95ebb0119e7b0f9ef01d9bf3577582857253 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Feb 2018 01:54:28 +0300 Subject: Add clan window. For now can be opened only by chat command /clan. --- src/gui/widgets/layoutcell.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/widgets/layoutcell.h') diff --git a/src/gui/widgets/layoutcell.h b/src/gui/widgets/layoutcell.h index 3067d9677..3a28fd30c 100644 --- a/src/gui/widgets/layoutcell.h +++ b/src/gui/widgets/layoutcell.h @@ -59,6 +59,12 @@ class LayoutCell notfinal LayoutCell &setPadding(int p) { mHPadding = p; mVPadding = p; return *this; } + int getVPadding() const + { return mVPadding; } + + int getHPadding() const + { return mHPadding; } + /** * Sets the vertical padding around the cell content. */ -- cgit v1.2.3-70-g09d2