mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-08-11 Fred Gleason <fredg@paravelsystems.com>
* Adjusted layout in the 'Cut Info/Record' dialog in rdlibrary(1) to be compatible with 12 hour time format. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -112,9 +112,9 @@ class RecordCut : public RDDialog
|
||||
QButtonGroup *cut_daypart_group;
|
||||
QRadioButton *cut_starttime_enable_button;
|
||||
QRadioButton *cut_starttime_disable_button;
|
||||
QTimeEdit *cut_starttime_edit;
|
||||
RDTimeEdit *cut_starttime_edit;
|
||||
QLabel *cut_starttime_label;
|
||||
QTimeEdit *cut_endtime_edit;
|
||||
RDTimeEdit *cut_endtime_edit;
|
||||
QLabel *cut_endtime_label;
|
||||
QTimer *rec_timer;
|
||||
QLabel *rec_timer_label;
|
||||
|
||||
Reference in New Issue
Block a user