On Mon, Aug 04, 2003 at 03:13:57PM +0200, Andre Poenitz wrote: > > > I think this is the immediate consequence of this extra space inside the > > > inset. I could simply remove a few pixel from the text width to get the > > > ~100% cases right, but that would not be a proper fix. > > No, the problem is I can't figure out where in the code this extra space > gets added.
The extra left hand space *inside* the inset is LEFT_MARGIN via leftMargin(). But that is irrelevant to the insets bleeding over the right hand side of the screen: no matter what, the inset should fit itself inside the work width. That's a different problem. regards john p.s. xdelimitarea(1) is a great tool for measuring pixels :) -- Khendon's Law: If the same point is made twice by the same person, the thread is over.
