Since Qt has apparently wrapping still broken, better force it at a reasonable

place.

svn path=/trunk/kdebase/kwin/; revision=270600
icc-effect-5.14.5
Luboš Luňák 2003-12-01 12:01:32 +00:00
parent da6c908254
commit 962f313ada
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void GeometryTip::setGeometry( const QRect& geom )
h = QMAX( h, 0 ); // in case of isShade() and PBaseSize
QString pos;
pos.sprintf( "%+d,%+d&nbsp;(<b>%d&nbsp;x&nbsp;%d</b>)",
pos.sprintf( "%+d,%+d<br>(<b>%d&nbsp;x&nbsp;%d</b>)",
geom.x(), geom.y(), w, h );
setText( pos );
adjustSize();