Ignore:
Timestamp:
May 27, 2002, 8:10:46 PM (23 years ago)
Author:
umoeller
Message:

Bunch of fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dialog.h

    r161 r165  
    130130                // adds extra spacing to this size:
    131131                // -- the group control's cx will be
    132                 //      2 * szlControlProposed.cx
     132                //      szlControlProposed.cx
    133133                //    + 2 * ulSpacing
    134134                //    + 2 * GROUP_INNER_SPACING_X
    135135                // -- the group control's cy will be
    136                 //      2 * szlControlProposed.cy
     136                //      szlControlProposed.cy
    137137                //    + 2 * ulSpacing
    138138                //    + GROUP_INNER_SPACING_Y
     
    326326            WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON | BS_NOPOINTERFOCUS, \
    327327            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING }
     328
     329    #define LOADDEF_NOFOCUSBUTTON(id) CONTROLDEF_NOFOCUSBUTTON(LOAD_STRING, id, STD_BUTTON_WIDTH, STD_BUTTON_HEIGHT)
    328330
    329331    #define CONTROLDEF_HELPPUSHBUTTON(pcsz, id, cx, cy) { WC_BUTTON, pcsz, \
Note: See TracChangeset for help on using the changeset viewer.