From 38bac51970b87a3ce0d960f4c0ffd0f7b9af8bee Mon Sep 17 00:00:00 2001 From: Kevin Reed Date: Thu, 11 Jan 2007 20:52:48 +0000 Subject: [PATCH] Move the project section down one pixel so that the images align correctly svn path=/trunk/boinc/; revision=11839 --- clientgui/sg_BoincSimpleGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/sg_BoincSimpleGUI.cpp b/clientgui/sg_BoincSimpleGUI.cpp index f4e53d88c1..58bdf66510 100644 --- a/clientgui/sg_BoincSimpleGUI.cpp +++ b/clientgui/sg_BoincSimpleGUI.cpp @@ -618,7 +618,7 @@ void CSimplePanel::InitProjectView() { // Do not update screen at this point /////////////// MY PROJECTS COMPONENT ///////////////////// - projComponent = new CProjectsComponent(this,wxPoint(31,413)); + projComponent = new CProjectsComponent(this,wxPoint(31,414)); /////////////////////////////////////////////////////////// projectViewInitialized = true; }