Hello All

Having an issue where the letter "Q" tail is truncated and looks like an "O" in decoded / transmitted text. This is with the default font and size, compiled from latest SVN on Archlinux.

Adding the cellspacing parameter to the table that encapsulates the rows resolves it per the following patch:

--- Projects/wsjtx-build/wsjtx/displaytext.cpp 2014-02-15 03:18:19.313541164 -0500 +++ Downloads/amateur/wsjtx/displaytext.cpp 2014-02-15 03:29:50.978179331 -0500
@@ -45,7 +45,7 @@
 void DisplayText::_insertText(const QString text, const QString bg)
 {
QString tt = text.mid(0,_maxDisplayedCharacters); //truncate to max display chars - QString s = "<table border=0 cellspacing=0 cellpadding=1 width=100%><tr><td bgcolor=\"" + + QString s = "<table border=0 cellspacing=0 width=100%><tr><td bgcolor=\"" +
                 bg + "\"><pre>" + tt + "</pre></td></tr></table>";

     QTextCursor cursor = textCursor();


IDK if this is just specific to my system not.

An additional suggestion would be to implement a fixed height on the 2DPixmap. Currently it's set as a percentage (plotter.cpp) of the widePlot height, but it looks better when fixed (tested w/ a quick/dirty hack to plotter.cpp), so only the waterfall area is expanded. Perhaps a dropbox on the Wide Graph dock could be added to allow changing the 2DPixmap height independently.

Seems like recent changes in the audio code made a big difference! I was having issues transmitting with older revisions, now transmitting works great! Thumbs up!

73 Eric NO3M

_______________________________________________
Wsjt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/wsjt-devel

Reply via email to