mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Replaced hard-coded date/time formats with standard formats in all reports and GUI modules. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -208,7 +208,7 @@ EditSystem::EditSystem(QWidget *parent)
|
||||
edit_short_date_label->setFont(labelFont());
|
||||
edit_short_date_edit=new QLineEdit(edit_datetime_group);
|
||||
edit_short_date_edit->setFont(defaultFont());
|
||||
edit_short_date_edit->setMaxLength(32);
|
||||
edit_short_date_edit->setMaxLength(11);
|
||||
|
||||
edit_time_label=
|
||||
new QLabel(tr("Time Format")+":",edit_datetime_group);
|
||||
|
Reference in New Issue
Block a user