Am 23.02.16 um 22:39 schrieb kevind0...@gmail.com:
lblTop = Label(root1, text= ' Enter Values Below', font="Helvetica
14").grid(row=0, column=0, columnspan=2 , pady=5)
##lblTop.pack(side = TOP)
lblDB = Label(root1, text= ' Weight').grid(row=1, column=0 )
lblPWord = Label(root1, text= ' Height').grid(row=2,column=0)
Also here, the labels look odd. Have you tried to do some alignment of
the text with spaces? Remove the sapces and look at the "justify" option
of the label widget and the "sticky" option for grid.
Christian
--
https://mail.python.org/mailman/listinfo/python-list