]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/eventdialog.cpp
event dialog - details about the Event is displayed in FullScreen mode
[toast/confclerk.git] / src / gui / eventdialog.cpp
index 237345fa24503ca1564a08034a2a83c354c6bbc6..74d170c80eb9b791e73984f949b4d423d39d4d6f 100644 (file)
@@ -8,6 +8,10 @@ EventDialog::EventDialog(const int &aEventId, QWidget *aParent)
 {
     setupUi(this);
 
+#ifdef MAEMO
+    showFullScreen();
+#endif
+
     const int confId = 1;
     Event event = Event::getById(aEventId,confId);