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

* Adjusted layout in the 'Edit Log' dialog in rdlogedit(1)
	to be compatible with short date format.
	* Adjusted layout in the 'Reports' dialog in rdlogedit(1)
	to be compatible with short date format.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-12 03:03:05 -04:00
parent b6c4d1be4b
commit c174374781
5 changed files with 23 additions and 22 deletions

View File

@@ -66,8 +66,7 @@ ListReports::ListReports(const QString &logname,const QString &description,
//
// Effective Date
//
list_date_edit=new QDateEdit(this);
list_date_edit->setDisplayFormat("MM/dd/yyyy");
list_date_edit=new RDDateEdit(this);
list_date_edit->setGeometry(110,34,100,19);
QLabel *list_date_label=new QLabel(tr("Effective Date:"),this);
list_date_label->setGeometry(10,34,95,19);