Revision: 6327
Author: ek.kato
Date: Mon Apr 19 06:48:33 2010
Log: * qt4/candwin/qt4.cpp (CandidateWindow::CandidateWindow) : Adjust
  initial size of the label.

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

Modified:
 /trunk/qt4/candwin/qt4.cpp

=======================================
--- /trunk/qt4/candwin/qt4.cpp  Sun Apr  4 20:35:54 2010
+++ /trunk/qt4/candwin/qt4.cpp  Mon Apr 19 06:48:33 2010
@@ -99,6 +99,7 @@
     //setup NumberLabel
     numLabel = new QLabel;
     numLabel->setFocusPolicy( Qt::NoFocus );
+    numLabel->adjustSize();

     notifier = new QSocketNotifier( 0, QSocketNotifier::Read );
     connect( notifier, SIGNAL( activated( int ) ),


--
Subscription settings: http://groups.google.com/group/uim-commit/subscribe?hl=en

Reply via email to