mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fixed spacing of labels above text box, FSK441 and JT6M modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@32 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
15f3250202
commit
743e07bd10
4
wsjt.py
4
wsjt.py
@ -479,7 +479,7 @@ def ModeFSK441(event=NONE):
|
||||
mode.set("FSK441")
|
||||
cleartext()
|
||||
Audio.gcom1.trperiod=30
|
||||
lab2.configure(text='FileID T Width dB Rpt DF')
|
||||
lab2.configure(text='FileID T Width dB Rpt DF')
|
||||
lab1.configure(text='Time (s)',bg="green")
|
||||
lab4.configure(fg='black')
|
||||
lab5.configure(fg='black')
|
||||
@ -561,7 +561,7 @@ def ModeJT6M(event=NONE):
|
||||
if lauto: toggleauto()
|
||||
cleartext()
|
||||
ModeFSK441()
|
||||
lab2.configure(text='FileID T Width dB DF')
|
||||
lab2.configure(text='FileID T Width dB DF')
|
||||
mode.set("JT6M")
|
||||
isync=isync6m
|
||||
lsync.configure(text=slabel+str(isync))
|
||||
|
Loading…
Reference in New Issue
Block a user