On Wed, 12 Feb 1997, Robin Becker wrote:

> I just noticed that the message in the following app gets a large value
> when you select it and try and alter its height with the mouse. Is there
> some logical way to specify that relative dimensions are to be used?
> 1.08 seems good so far :)

 I couldn't help but notice that you set the relative width of the
 label to 1 which means 100% of the container width. You also specified
 a static width. The effect seems to be cumulative within Tk such that
 the widget grows beyond the window bounds when you resize it.

 -stewart-

Reply via email to