qtmobility/examples/player/main.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/examples/player/main.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/examples/player/main.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -48,6 +48,8 @@
 
 #ifdef Q_OS_SYMBIAN
     QMainWindow window;
+    window.setContentsMargins(10, 10, 10, 10); // workaround for issue where UI is not drawn in older SDKs
+                                               // this line can be removed when bug QTBUG-8697 is fixed
     Player *player = new Player(&window);
     window.setCentralWidget(player);
     window.showMaximized();