diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-07-07 10:13:09 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-07-07 10:13:09 -0400 |
commit | aef4f6ccabe0b2f72296f1a4ae5634080396690a (patch) | |
tree | e70a5224e61e10763207dc02cfcccd062ce5b663 /indra/newview/llnavigationbar.h | |
parent | a5522ff5bd94a740eb44ff33f33b4b4cd6f1c16e (diff) | |
parent | f85ed5a1064d1ed54ba7e25a6b85ca36664c7d61 (diff) |
automated merge
Diffstat (limited to 'indra/newview/llnavigationbar.h')
-rw-r--r-- | indra/newview/llnavigationbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.h b/indra/newview/llnavigationbar.h index 03f17af09b..d21d86456e 100644 --- a/indra/newview/llnavigationbar.h +++ b/indra/newview/llnavigationbar.h @@ -111,6 +111,8 @@ public: int getDefFavBarHeight(); private: + // the distance between navigation panel and favorites panel in pixels + const static S32 FAVBAR_TOP_PADDING = 10; void rebuildTeleportHistoryMenu(); void showTeleportHistoryMenu(LLUICtrl* btn_ctrl); |