deprecated--

svn path=/trunk/KDE/kdebase/workspace/; revision=587952
icc-effect-5.14.5
Tobias Koenig 2006-09-24 14:51:14 +00:00
parent 5d2d733519
commit 175b6677e5
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ void TabBox::drawContents( QPainter * )
else
s += (*it)->caption();
s = KStringHandler::cPixelSqueeze(s, fontMetrics(), r.width() - 5 - iconWidth - 8);
s = fontMetrics().elidedText(s, Qt::ElideMiddle, r.width() - 5 - iconWidth - 8);
// draw text
if ( (*it) == current_client )