Move the project section down one pixel so that the images align correctly

svn path=/trunk/boinc/; revision=11839
This commit is contained in:
Kevin Reed 2007-01-11 20:52:48 +00:00
parent 375ba7fdaa
commit 38bac51970
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}