diff options
Diffstat (limited to 'src/gui/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 31d75b6ff..42f07d1c2 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -68,6 +68,8 @@ class Label final : public gcn::Label, public Widget2 void setForegroundColorAll(const gcn::Color &color1, const gcn::Color &color2); + void resizeTo(const int sz); + static Skin *mSkin; static int mInstances; |