mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-10 05:19:12 -04:00
Text to 90 columns.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@19 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e458648867
commit
b71d7687c7
4
wsjt.py
4
wsjt.py
@ -1586,7 +1586,7 @@ iframe2.pack(expand=1, fill=X, padx=4)
|
||||
|
||||
#-------------------------------------------------------- Decoded text
|
||||
iframe4 = Frame(frame, bd=1, relief=SUNKEN)
|
||||
text=Text(iframe4, height=6, width =91, font=(font3,9))
|
||||
text=Text(iframe4, height=6, width =90, font=(font3,9))
|
||||
text.bind('<Double-Button-1>',dbl_click_text)
|
||||
text.bind('<Double-Button-3>',dbl_click_text)
|
||||
|
||||
@ -1651,7 +1651,7 @@ sb.pack(side=RIGHT, fill=Y)
|
||||
text.configure(yscrollcommand=sb.set)
|
||||
iframe4.pack(expand=1, fill=X, padx=4)
|
||||
iframe4b = Frame(frame, bd=1, relief=SUNKEN)
|
||||
avetext=Text(iframe4b, height=2, width =91, font=(font3,9))
|
||||
avetext=Text(iframe4b, height=2, width =90, font=(font3,9))
|
||||
#avetext.bind('<Key>', lambda e: "break")
|
||||
avetext.bind('<Double-Button-1>',dbl_click_ave)
|
||||
avetext.bind('<Double-Button-3>',dbl_click_ave)
|
||||
|
Loading…
Reference in New Issue
Block a user