move text
authorMartin Fuchs <fuchs.martin@gmail.com>
Fri, 15 Aug 2003 07:53:26 +0000 (07:53 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Fri, 15 Aug 2003 07:53:26 +0000 (07:53 +0000)
svn path=/trunk/; revision=5577

reactos/subsys/system/explorer/desktop/desktop.cpp

index c237e19..b773ffe 100644 (file)
@@ -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;