Changeset 17982 for release-kits


Ignore:
Timestamp:
2008-11-28T15:32:05+13:00 (15 years ago)
Author:
oranfry
Message:

position elements correctly on splash screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r17961 r17982  
    164164            GetObject(g_progress, sizeof(bm), &bm);
    165165            SelectObject(hdcMem, g_progress);
    166             BitBlt(hdc, 0, 276, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
     166            BitBlt(hdc, 0, 270, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
    167167           
    168168            //paint in the step with transparency
Note: See TracChangeset for help on using the changeset viewer.