homescreenapp/stateplugins/hshomescreenstateplugin/src/hsidlewidget.cpp
changeset 51 4785f57bf3d4
parent 36 cdae8c6c3876
child 55 03646e8da489
--- a/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsidlewidget.cpp	Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsidlewidget.cpp	Thu May 27 12:46:08 2010 +0300
@@ -31,7 +31,7 @@
 #include "hstrashbinwidget.h"
 #include "hspageindicator.h"
 #include "hsdocumentloader.h"
-#include "hshomescreenstatecommon.h"
+#include "hsconfiguration.h"
 
 namespace
 {
@@ -111,7 +111,7 @@
     int n = HsScene::instance()->pages().count();
     mControlLayer->resize(rect.size());
     mPageLayer->resize(n * rect.width(), rect.height());
-    mSceneLayer->resize(2 * rect.width() + HSBOUNDARYEFFECT, rect.height());
+    mSceneLayer->resize(2 * rect.width() + HsConfiguration::bounceEffect(), rect.height());
     HbWidget::setGeometry(rect);
 }