KHTML-Patch - show frame around not-yet-loaded images

Germain Garand germain at ebooksfrance.org
Wed Dec 15 12:25:44 GMT 2004


Le Mercredi 15 Décembre 2004 11:30, Leo Savernik a écrit :
> Am Mittwoch, 15. Dezember 2004 01:59 schrieb Germain Garand:
> > So I'd definetly recommend:
> > -         outlineBox(paintInfo.p, _tx, _ty, "gray");
> > +        paintInfo.p->setPen(QPen(Qt::gray, 1));
> > +        paintInfo.p->setBrush( Qt::NoBrush );
> > +        paintInfo.p->drawRect(_tx, _ty, m_width, m_height);
> >
> > Otherwise, I'd even like this by default :-)
>
> Hmm, it'd better display an inset like IE does.

oh please, no, this is common place! 
it is so terse and ugly that I suspect inset is the reason why it's off in IE 
:-)

just in what respect would it be better?

Greetings,
Germain




More information about the kfm-devel mailing list