From: pavelpa Date: Thu, 21 Jan 2010 09:20:43 +0000 (+0000) Subject: event dialog - details about the Event is displayed in FullScreen mode X-Git-Tag: 0.5.0~238 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/842f5f97f0ba9deff7c1f374b65af369f25f39f8 event dialog - details about the Event is displayed in FullScreen mode --- diff --git a/src/gui/eventdialog.cpp b/src/gui/eventdialog.cpp index 237345f..74d170c 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -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); diff --git a/src/gui/eventdialog.ui b/src/gui/eventdialog.ui index 5007534..beff0a1 100644 --- a/src/gui/eventdialog.ui +++ b/src/gui/eventdialog.ui @@ -41,6 +41,9 @@ Title goes here + + Qt::AlignCenter + true