mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-10-04 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdlogedit(1) to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -319,7 +319,7 @@ RecordCut::RecordCut(RDCart *cart,QString cut,bool use_weight,QWidget *parent)
|
||||
rec_timer=new QTimer(this);
|
||||
connect(rec_timer,SIGNAL(timeout()),this,SLOT(recTimerData()));
|
||||
rec_timer_label=new QLabel(this);
|
||||
rec_timer_label->setFont(bigButtonFont());
|
||||
rec_timer_label->setFont(timerFont());
|
||||
rec_timer_label->setAlignment(Qt::AlignLeft|Qt::AlignVCenter);
|
||||
rec_timer_label->setText(RDGetTimeLength(rec_length,true));
|
||||
|
||||
|
Reference in New Issue
Block a user