mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Corrected statement order in short65.f.
Added a line for Canvas font in wsjtrc. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6adbf82f6f
commit
308e0e4fdc
@ -125,8 +125,8 @@ C Find strongest line in each of the 4 phases, repeating for each drift rate.
|
|||||||
10 enddo
|
10 enddo
|
||||||
|
|
||||||
if(nstest.eq.0) nspecialbest=0
|
if(nstest.eq.0) nspecialbest=0
|
||||||
|
df4=4.0*df
|
||||||
if(nstest.gt.0) then
|
if(nstest.gt.0) then
|
||||||
df4=4.0*df
|
|
||||||
|
|
||||||
if(ipk1.gt.ipk2) then
|
if(ipk1.gt.ipk2) then
|
||||||
ntmp=n1
|
ntmp=n1
|
||||||
|
2
wsjt.py
2
wsjt.py
@ -1,4 +1,4 @@
|
|||||||
#------------------------------------------------------------------- WSJT
|
#------------------------------------------------------------------ WSJT
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
1
wsjtrc
1
wsjtrc
@ -1,6 +1,7 @@
|
|||||||
*font: "bitstream vera sans" 11
|
*font: "bitstream vera sans" 11
|
||||||
*Label*font: "bitstream vera sans" 11
|
*Label*font: "bitstream vera sans" 11
|
||||||
*Text*font: "terminus" 13
|
*Text*font: "terminus" 13
|
||||||
|
*Canvas*font: "LucidaTypewriter" 18
|
||||||
*background: gray85
|
*background: gray85
|
||||||
*Text*background: white
|
*Text*background: white
|
||||||
*Entry*background: white
|
*Entry*background: white
|
||||||
|
Loading…
Reference in New Issue
Block a user