Make orientation switch explicit on Symbian, too.
[dorian] / widgets / mainbase.cpp
index 54343b6..4a9b4fb 100755 (executable)
@@ -57,7 +57,7 @@ QAction *MainBase::addToolBarAction(QObject *receiver,
         // Add tool bar action\r
         QPushButton *button = new QPushButton(this);\r
         button->setIconSize(QSize(60, 60));\r
-        button->setFixedSize(89, 60);\r
+        button->setFixedHeight(60);\r
         button->setIcon(QIcon(Platform::instance()->icon(iconName)));\r
         button->setSizePolicy(QSizePolicy::MinimumExpanding,\r
                               QSizePolicy::Maximum);\r
@@ -88,7 +88,7 @@ void MainBase::addToolBarSpace()
 \r
 void MainBase::updateToolBar()\r
 {\r
-#ifdef Q_OS_SYMBIAN\r
+#if 0 // ifdef Q_OS_SYMBIAN\r
     TRACE;\r
     if (toolBar) {\r
         QRect geometry = QApplication::desktop()->geometry();\r