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

place.

svn path=/trunk/kdebase/kwin/; revision=270600
This commit is contained in:
Luboš Luňák 2003-12-01 12:01:32 +00:00
parent da6c908254
commit 962f313ada

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();