2023-05-19 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlogmanager(1) that caused the font of the
	title field in the 'Edit Clock' dialog to be incorrect.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-05-19 09:16:04 -04:00
parent b5484735c0
commit 96f57660cf
2 changed files with 4 additions and 1 deletions

View File

@ -24137,3 +24137,6 @@
2023-05-18 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Edit Clock' dialog in rdlogmanager(1) to be
resizeable.
2023-05-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that caused the font of the
title field in the 'Edit Clock' dialog to be incorrect.

View File

@ -62,7 +62,7 @@ EditClock::EditClock(QString clockname,bool new_clock,
// Clock Names
//
edit_clockname_label=new QLabel(clockname,this);
edit_clockname_label->setFont(labelFont());
edit_clockname_label->setFont(bigLabelFont());
edit_shortname_edit=new QLineEdit(this);
edit_shortname_edit->setMaxLength(3);
edit_shortname_label=new QLabel(tr("Code:"),this);