Post Reply 
The input function rows....
09-11-2017, 03:20 PM
Post: #4
RE: The input function rows....
There are two spacings in use currently. The common one is the "high space" version. Only a few places don't use it. This should simplify things for you. Smile


Code:
static Int const TitleHeight=20; ///< standard height of a title

#define DLG_H_L 22  // line leading (y step) for low spacing (_L) dialogs
#define DLG_H_H 26  // line leading (y step) for high spacing (_H) dialogs

#define DLG_Y_H(DLG_LINE) ((CTitle::TitleHeight+4)+DLG_H_H*(DLG_LINE))
#define DLG_Y_L(DLG_LINE) ((CTitle::TitleHeight+4)+DLG_H_L*(DLG_LINE))

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
The input function rows.... - webmasterpdx - 09-09-2017, 11:10 PM
RE: The input function rows.... - Tim Wessman - 09-11-2017 03:20 PM



User(s) browsing this thread: 1 Guest(s)