Revision: 6224
Author: nogu.dev
Date: Fri Mar 5 06:01:48 2010
Log: * qt4/immodule/candidatewindow.cpp
- (CandidateListView::sizeHint): Add comment.
* qt4/immodule/candidatewindow.cpp
- (CandidateListView::sizeHint): Ditto.
http://code.google.com/p/uim/source/detail?r=6224
Modified:
/trunk/qt4/candwin/qt4.cpp
/trunk/qt4/immodule/candidatewindow.cpp
=======================================
--- /trunk/qt4/candwin/qt4.cpp Thu Mar 4 05:20:06 2010
+++ /trunk/qt4/candwin/qt4.cpp Fri Mar 5 06:01:48 2010
@@ -455,6 +455,7 @@
return;
}
int width = frame;
+ // the size of the dummy column should be 0.
for ( int i = 0; i < cList->columnCount() - 1; i++ )
width += cList->columnWidth( i );
=======================================
--- /trunk/qt4/immodule/candidatewindow.cpp Thu Mar 4 05:20:06 2010
+++ /trunk/qt4/immodule/candidatewindow.cpp Fri Mar 5 06:01:48 2010
@@ -520,6 +520,7 @@
return QSize( MIN_CAND_WIDTH, frame );
}
int width = frame;
+ // the size of the dummy column should be 0.
for ( int i = 0; i < columnCount() - 1; i++ )
width += columnWidth( i );