uifw/EikStd/console/EIKCONCL.CPP
branchRCL_3
changeset 19 aecbbf00d063
parent 0 2f259fa3e83a
child 20 d48ab3b357f1
--- a/uifw/EikStd/console/EIKCONCL.CPP	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/EikStd/console/EIKCONCL.CPP	Tue Aug 31 15:28:30 2010 +0300
@@ -984,7 +984,7 @@
 
 TSize CEikConsoleClient::ScreenSize() const
 	{
-	return(iScreen->ScreenSize() );
+	return(iScreen->ScreenSize()+TSize(2,2));		// e32 console adds 2,2 for border, so we should too!
 	}
 
 TKeyCode CEikConsoleClient::KeyCode() const