2021-08-11 Fred Gleason <fredg@paravelsystems.com>

* Adjusted layout in 'RDLogEventDialog' to be compatible with
	12 hour time format.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-11 13:03:07 -04:00
parent 84276d3628
commit 9d6a202450
4 changed files with 22 additions and 19 deletions

View File

@@ -56,10 +56,10 @@ class RDLogEventDialog : public RDDialog
private:
RDLogLine *edit_logline;
RDTimeEdit *edit_time_edit;
QLabel *edit_time_label;
QCheckBox *edit_timetype_box;
QLabel *edit_timetype_label;
QCheckBox *edit_time_box;
QLabel *edit_transtype_label;
QComboBox *edit_transtype_box;
QButtonGroup *edit_grace_bgroup;
QGroupBox *edit_grace_group;