mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-17 17:00:27 +02: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:
parent
b5484735c0
commit
96f57660cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user