Re: Tkinter Label 'justify' Problem

2008-09-17 Thread Guilherme Polo
On Wed, Sep 17, 2008 at 2:18 PM, Dude <[EMAIL PROTECTED]> wrote: > Hi All, > I am fairly new to Python programming. I am working on a small > Tkinter project and I think I am missing something, maybe you can > help. The two lines below is all I have related to the Label widget: > > lblServer = Tk

Tkinter Label 'justify' Problem

2008-09-17 Thread Dude
Hi All, I am fairly new to Python programming. I am working on a small Tkinter project and I think I am missing something, maybe you can help. The two lines below is all I have related to the Label widget: lblServer = Tkinter.Label(serverFrame, text='Server:', fg='black', justify='left', relief=