Use <h2> rther than <h4> for heading in the 'About' window.

This commit is contained in:
Joe Taylor 2021-05-03 10:25:02 -04:00
parent dcd3e5a1d6
commit b11b925e11
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
ui(new Ui::CAboutDlg) ui(new Ui::CAboutDlg)
{ {
ui->setupUi(this); ui->setupUi(this);
ui->labelTxt->setText("<html><h4>" + QString {"MAP65 v" ui->labelTxt->setText("<html><h2>" + QString {"MAP65 v"
+ QCoreApplication::applicationVersion () + QCoreApplication::applicationVersion ()
+ " " + revision ()}.simplified () + "</h4><br />" + " " + revision ()}.simplified () + "</h2><br />"
"MAP65 implements a wideband polarization-matching receiver <br />" "MAP65 implements a wideband polarization-matching receiver <br />"
"for the JT65 protocol, with a matching transmitting facility. <br />" "for the JT65 protocol, with a matching transmitting facility. <br />"
"It is primarily intended for amateur radio EME communication. <br /><br />" "It is primarily intended for amateur radio EME communication. <br /><br />"