1. Decoded text should now remain left justified even if the font is too large for the window

2. The main window can be expanded wider to allow those with large screens to use larger fonts
3. New class DecodedText handles the formatted text from decoder.f90.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3564 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Murray Curtis
2013-08-25 01:48:45 +00:00
parent 0a67803476
commit 13dba2b1ba
10 changed files with 426 additions and 155 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void LogBook::match(/*in*/const QString call,
void LogBook::addAsWorked(const QString call)
{
qDebug() << "adding " << call << " as worked";
//qDebug() << "adding " << call << " as worked";
_log.add(call);
QString countryName = _countries.find(call);
if (countryName.length() > 0)