mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
move text
svn path=/trunk/; revision=5577
This commit is contained in:
parent
501742224c
commit
d27a1e6d43
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static void draw_desktop_background(HWND hwnd, HDC hdc)
|
|||
// space the text actually needs...
|
||||
|
||||
rect.left = rect.right - 280;
|
||||
rect.top = rect.bottom - 60;
|
||||
rect.top = rect.bottom - 56 - 30;
|
||||
rect.right = rect.left + 250;
|
||||
rect.bottom = rect.top + 40;
|
||||
|
||||
|
|
Loading…
Reference in a new issue