From 70596b61f31476dcdd45d45348018ba062c8eef1 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 13 Jul 2012 19:08:55 +0000 Subject: [PATCH] Correct WideGraph Geometry at initial startup. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2516 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- jtms3.iss | 4 +--- mainwindow.cpp | 2 +- widegraph.ui | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/jtms3.iss b/jtms3.iss index c5b8f787c..89cba14e9 100644 --- a/jtms3.iss +++ b/jtms3.iss @@ -1,6 +1,6 @@ [Setup] AppName=JTMS3 -AppVerName=JTMS3 Version 0.1 r2493 +AppVerName=JTMS3 Version 0.2 r2516 AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT DefaultDirName=c:\JTMS3 DefaultGroupName=JTMS3 @@ -11,9 +11,7 @@ Source: "c:\Users\joe\wsjt\jtms3_install\wsjt.ico"; DestDir: "{app}" Source: "c:\Users\joe\wsjt\jtms3_install\CALL3.TXT"; DestDir: "{app}"; Flags: onlyifdoesntexist Source: "c:\Users\joe\wsjt\jtms3_install\afmhot.dat"; DestDir: "{app}"; Source: "c:\Users\joe\wsjt\jtms3_install\blue.dat"; DestDir: "{app}"; - Source: "c:\Users\joe\wsjt\QtSupport\*.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist - Source: "c:\Users\joe\wsjt\jtms3_install\save\dummy"; DestDir: "{app}\save"; [Icons] diff --git a/mainwindow.cpp b/mainwindow.cpp index 3510b3545..e432eadec 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -318,7 +318,7 @@ void MainWindow::readSettings() ui->dxCallEntry->setText(settings.value("DXcall","").toString()); ui->dxGridEntry->setText(settings.value("DXgrid","").toString()); m_wideGraphGeom = settings.value("WideGraphGeom", \ - QRect(45,30,1023,340)).toRect(); + QRect(45,30,726,301)).toRect(); m_path = settings.value("MRUdir", m_appDir + "/save").toString(); m_txFirst = settings.value("TxFirst",false).toBool(); ui->txFirstCheckBox->setChecked(m_txFirst); diff --git a/widegraph.ui b/widegraph.ui index 91a2288b6..a32804ed0 100644 --- a/widegraph.ui +++ b/widegraph.ui @@ -6,16 +6,28 @@ 0 0 - 724 + 726 313 - + 0 0 + + + 726 + 0 + + + + + 726 + 16777215 + + Dialog