greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17982

Show
Ignore:
Timestamp:
2008-11-28 15:32:05 (1 month ago)
Author:
oranfry
Message:

position elements correctly on splash screen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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