Added one comment line
authorKatri Kaikkonen <katri.kaikkonen@ixonos.com>
Mon, 17 May 2010 13:38:06 +0000 (16:38 +0300)
committerKatri Kaikkonen <katri.kaikkonen@ixonos.com>
Mon, 17 May 2010 13:38:06 +0000 (16:38 +0300)
Reviwed by: Henri Lampela

src/ui/userinfo.cpp

index e8c8614..e88eecf 100644 (file)
@@ -47,6 +47,11 @@ const int MOUSE_PRESS_AREA_HEIGHT = 20; ///< Area height for item height togglin
 */
 const int LABEL_MAX_WIDTH = ITEM_MIN_WIDTH - 3*MARGIN - ICON_WIDTH;
 
+/**
+* @brief Name label's maximum width
+*
+* @var NAME_LABEL_MAX_WIDTH
+*/
 const int NAME_LABEL_MAX_WIDTH = LABEL_MAX_WIDTH + 30;
 
 UserInfo::UserInfo(QWidget *parent)