mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user