From bc5cab6c01856b89c8b407fe7cccdb52cfcb5697 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 24 Aug 2004 22:03:14 +0000 Subject: - tweak version preparing the next release - add eilers - show fullscreen on small screens --- (limited to 'core/applets/aboutapplet/about.cpp') 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 @@ -1,6 +1,7 @@ #include "about.h" #include "dialog.h" +#include #include #include @@ -60,8 +61,7 @@ void AboutApplet::activated() if ( qApp->desktop()->width() == 240 ) { d->logo->hide(); - d->setFixedWidth( qApp->desktop()->width() - 5 ); - d->setFixedHeight( qApp->desktop()->height() - 50 ); + d->showMaximized(); } d->exec(); } -- cgit v0.9.0.2