[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kdesktop
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-01-11 13:12:13
Message-ID: 20050111131213.316B71BBEF () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Showing the minicli higher has been a no-op for quite some time already
and nobody seems to have missed that. Moreover it's not necessary
with current KWin anyway, it won't let the dialog push itself
out of the workarea.


  M +1 -1      desktop.cc   1.309


--- kdebase/kdesktop/desktop.cc  #1.308:1.309
@@ -441,5 +441,5 @@ void KDesktop::popupExecuteCommand(const
       QRect rect = KGlobalSettings::desktopGeometry(QCursor::pos());
       m_miniCli->move(rect.x() + (rect.width() - m_miniCli->width())/2,
-                      rect.y() + (rect.height() - m_miniCli->height())/4);
+                      rect.y() + (rect.height() - m_miniCli->height())/2);
       m_miniCli->show(); // non-modal
   }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic