From cc18095cded14f5e7e3f049e47fca2224134b647 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Sep 2010 19:44:13 +0000 Subject: text rendering cleanups, inventory capacity & cargo volume --- src/ui/label.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui/label.h') diff --git a/src/ui/label.h b/src/ui/label.h index 2a38273..f187520 100644 --- a/src/ui/label.h +++ b/src/ui/label.h @@ -13,7 +13,9 @@ namespace ui { -/// a widget displaying centered text +/** + * @brief a widget displaying a single line of text + */ class Label : public Widget { public: -- cgit v1.2.3