summaryrefslogtreecommitdiff
path: root/src/gui/guiButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiButton.h')
-rw-r--r--src/gui/guiButton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/guiButton.h b/src/gui/guiButton.h
index ef10f926e..95fa1a2a1 100644
--- a/src/gui/guiButton.h
+++ b/src/gui/guiButton.h
@@ -336,5 +336,7 @@ private:
gui::IGUIStaticText *StaticText;
core::rect<s32> BgMiddle;
+ core::rect<s32> Padding;
+ core::vector2d<s32> ContentOffset;
// END PATCH
};