Revision: 6182
Author: nogu.dev
Date: Sun Feb 28 02:10:20 2010
Log: * qt4/candwin/qt4.cpp
- (CandidateWindow::setPage): Make items higher.
http://code.google.com/p/uim/source/detail?r=6182
Modified:
/trunk/qt4/candwin/qt4.cpp
=======================================
--- /trunk/qt4/candwin/qt4.cpp Sat Feb 27 15:04:04 2010
+++ /trunk/qt4/candwin/qt4.cpp Sun Feb 28 02:10:20 2010
@@ -526,7 +526,8 @@
cList->setRowCount( count + 1 );
cList->setItem( count, 0, headItem );
cList->setItem( count, 1, candItem );
- cList->setRowHeight( count, QFontMetrics( cList->font() ).height()
);
+ cList->setRowHeight(
+ count, QFontMetrics( cList->font() ).height() + 2 );
}
// set index