in reply to Re: displaying Tk widgets
in thread displaying Tk widgets

further re Zentara's:

Your notebook may well run with a different (higher) resolution than your desktop machine. In that case, fixing font sizes in the manner you've used can be problematic, if the width of the widgets is fixed.

Replies are listed 'Best First'.
Re^3: displaying Tk widgets
by FM (Acolyte) on Oct 28, 2005 at 23:52 UTC
    How would I check on the resolution? And how could I change it?
    The first thing I did was try to change the screen resolution so it might fix it, but it did not work!
    Thanks again,
    FM