Revision: 6016
Author: ek.kato
Date: Mon Sep 28 00:13:54 2009
Log: * qt4/toolbar/standalone-qt4.cpp
  -  (UimStandaloneToolbar::UimStandaloneToolbar) : Adjust
     initial position.

http://code.google.com/p/uim/source/detail?r=6016

Modified:
 /trunk/qt4/toolbar/standalone-qt4.cpp

=======================================
--- /trunk/qt4/toolbar/standalone-qt4.cpp       Fri Sep 25 08:52:02 2009
+++ /trunk/qt4/toolbar/standalone-qt4.cpp       Mon Sep 28 00:13:54 2009
@@ -81,7 +81,7 @@
     int panelHeight = 64; // FIXME!
     int screenwidth = QApplication::desktop()->screenGeometry().width();
     int screenheight = QApplication::desktop()->screenGeometry().height();
- QPoint p( screenwidth - width() - panelHeight, screenheight - height() - panelHeight ); + QPoint p( screenwidth - panelHeight - toolbar->width() - h->width(), screenheight - height() - panelHeight );
     move( p );

     // Enable Dragging Feature

Reply via email to