Changed disctext
This commit is contained in:
parent
04e83926db
commit
3a22569b42
2
Main.py
2
Main.py
|
@ -123,7 +123,7 @@ def createFrameFileColums(headers):
|
||||||
global OptionList
|
global OptionList
|
||||||
for header in headers:
|
for header in headers:
|
||||||
OptionList.append(header)
|
OptionList.append(header)
|
||||||
desctext = tkinter.Label(frameFileColums, text="Please type in Header of Columns")
|
desctext = tkinter.Label(frameFileColums, text="Please select Headers of Columns")
|
||||||
desctext.grid(row=1, column=1, padx=10, pady=3)
|
desctext.grid(row=1, column=1, padx=10, pady=3)
|
||||||
frameFileColums1 = tkinter.Frame(frameFileColums)
|
frameFileColums1 = tkinter.Frame(frameFileColums)
|
||||||
frameFileColums1.grid(row=2, column=1, padx=10, pady=3)
|
frameFileColums1.grid(row=2, column=1, padx=10, pady=3)
|
||||||
|
|
Loading…
Reference in New Issue