[plt-scheme] gui text field alignment and spacing under windows xp
At Fri, 14 Sep 2007 22:34:17 +0100, "Robert Matovinovic" wrote:
> But
> what I'm wondering about is the alignment of a text field for example. Label
> text and text of the text field are not on the same base line.
This is a bug in MrEd for Windows. It's now fixed in SVN.
(The problem was confusion in an internal method about the font to use
in measuring text. The text-field% class uses for aligning the
label.)
> The space
> between the label and the field is very narrow.
I think you're right. I'll look into adding some space.
Matthew