From 4f6f06bab5c52c645ac33bdf77d4ed462b7c6a96 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 26 Apr 2004 06:42:17 +0000 Subject: make shutdown app move to more proper position so it doesn't cut off the titlebar --- diff --git a/core/launcher/serverapp.cpp b/core/launcher/serverapp.cpp index cf543ce..807942d 100644 --- a/core/launcher/serverapp.cpp +++ b/core/launcher/serverapp.cpp @@ -705,6 +705,8 @@ void ServerApplication::shutdown() connect( sd, SIGNAL(shutdown(ShutdownImpl::Type)), this, SLOT(shutdown(ShutdownImpl::Type)) ); QPEApplication::showWidget( sd ); + sd->move(0,0); + } void ServerApplication::shutdown( ShutdownImpl::Type t ) -- cgit v0.9.0.2