mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Use <h2> rther than <h4> for heading in the 'About' window.
This commit is contained in:
parent
dcd3e5a1d6
commit
b11b925e11
@ -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 />"
|
||||||
|
Loading…
Reference in New Issue
Block a user