summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/about.cpp
Side-by-side diff
Diffstat (limited to 'core/applets/aboutapplet/about.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/about.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/aboutapplet/about.cpp b/core/applets/aboutapplet/about.cpp
index bbdc1b1..3952d0a 100644
--- a/core/applets/aboutapplet/about.cpp
+++ b/core/applets/aboutapplet/about.cpp
@@ -2,4 +2,5 @@
#include "dialog.h"
+#include <qpe/qpeapplication.h>
#include <qpe/resource.h>
#include <qpe/qcopenvelope_qws.h>
@@ -61,6 +62,5 @@ void AboutApplet::activated()
{
d->logo->hide();
- d->setFixedWidth( qApp->desktop()->width() - 5 );
- d->setFixedHeight( qApp->desktop()->height() - 50 );
+ d->showMaximized();
}
d->exec();