llui/lluiconstants.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLUICONSTANTS_H
00033 #define LL_LLUICONSTANTS_H
00034 
00035 // spacing for small font lines of text, like LLTextBoxes
00036 const S32 LINE = 16;
00037 
00038 // spacing for larger lines of text
00039 const S32 LINE_BIG = 24;
00040 
00041 // default vertical padding
00042 const S32 VPAD = 4;
00043 
00044 // default horizontal padding
00045 const S32 HPAD = 4;
00046 
00047 // Account History, how far to look into past
00048 const S32 SUMMARY_INTERVAL = 7;         // one week
00049 const S32 SUMMARY_MAX = 8;                      // 
00050 const S32 DETAILS_INTERVAL = 1;         // one day
00051 const S32 DETAILS_MAX = 30;                     // one month
00052 const S32 TRANSACTIONS_INTERVAL = 1;// one day
00053 const S32 TRANSACTIONS_MAX = 30;        // one month
00054 
00055 #endif

Generated on Thu Jul 1 06:09:23 2010 for Second Life Viewer by  doxygen 1.4.7