mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-03 07:33:51 +01:00
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:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user