mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-03 06:24:39 -04:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user