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

* Adjusted layout in the 'Select Report Dates' dialog in
	rdlogmanager(1) to be compatible with short date format.
	* Adjusted layout in the 'Generate Log' dialog in
	rdlogmanager(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:10:29 -04:00
parent c174374781
commit 643a0370ff
5 changed files with 20 additions and 19 deletions

View File

@@ -87,8 +87,7 @@ GenerateLog::GenerateLog(QWidget *parent,int cmd_switch,QString *cmd_service,
//
// Date
//
gen_date_edit=new QDateEdit(this);
gen_date_edit->setDisplayFormat("MM/dd/yyyy");
gen_date_edit=new RDDateEdit(this);
gen_date_label=new QLabel(tr("Date:"),this);
gen_date_label->setFont(labelFont());
gen_date_label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);