Ignore:
Timestamp:
Dec 5, 2002, 9:36:28 PM (23 years ago)
Author:
umoeller
Message:

New toolbar control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r229 r232  
    10011001            rcl.yTop = pColumn->szlProposed.cy;
    10021002        else
    1003             rcl.yTop = winhQueryScreenCY() * 2 / 3;
     1003            rcl.yTop = G_cyScreen * 2 / 3;
    10041004
    10051005        winhDrawFormattedText(pDlgData->hps,
     
    11851185
    11861186                case SS_ICON:
    1187                     pColumn->szlAuto.cx = WinQuerySysValue(HWND_DESKTOP, SV_CXICON);
    1188                     pColumn->szlAuto.cy = WinQuerySysValue(HWND_DESKTOP, SV_CYICON);
     1187                    pColumn->szlAuto.cx = G_cxIcon;
     1188                    pColumn->szlAuto.cy = G_cyIcon;
    11891189                break;
    11901190            }
Note: See TracChangeset for help on using the changeset viewer.