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:
parent
da6c908254
commit
962f313ada
1 changed files with 1 additions and 1 deletions
|
@ -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 (<b>%d x %d</b>)",
|
||||
pos.sprintf( "%+d,%+d<br>(<b>%d x %d</b>)",
|
||||
geom.x(), geom.y(), w, h );
|
||||
setText( pos );
|
||||
adjustSize();
|
||||
|
|
Loading…
Reference in a new issue