src/hbplugins/inputmethods/touchinput/hbinputqwerty11x4touchkeyboard.cpp
changeset 7 923ff622b8b9
parent 2 06ff229162e9
child 28 b7da29130b0e
--- a/src/hbplugins/inputmethods/touchinput/hbinputqwerty11x4touchkeyboard.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputqwerty11x4touchkeyboard.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -36,7 +36,7 @@
 #include "hbinputbutton.h"
 #include "hbinputmodeindicator.h"
 
-const qreal HbKeyboardHeightInUnits = 34.6;
+const qreal HbKeyboardHeightInUnits = 33.7;
 const qreal HbKeyboardWidthInUnits = 95.5;
 
 const int HbVirtualQwertyNumberOfRows = 4;
@@ -139,21 +139,6 @@
     return HbButtonKeyCodeTable[buttonId];
 }
 
-void HbQwerty11x4KeyboardPrivate::setRockerPosition()
-{
-    Q_Q(HbQwerty11x4Keyboard);
-
-    HbInputVkbWidgetPrivate::setRockerPosition();
-
-    HbInputButtonGroup *buttonGroup = static_cast<HbInputButtonGroup*>(q->contentItem());
-    if (buttonGroup) {
-        QPointF position = mRocker->pos();
-        position.setX(position.x() + 0.5 * buttonGroup->size().width() / HbVirtualQwertyNumberOfColumns);
-
-        mRocker->setPos(position);
-    }
-}
-
 /*!
 Constructs the object. owner is the owning input method implementation. Keymap
 is key mapping data to be used to display button texts. Key mapping data can be