X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b4088c1f6c708e0a8e39fff1c2826d91cef13cd5..fc0eb9d0e457236fc7a588b8be95a6829354dd25:/week.php diff --git a/week.php b/week.php index bc1e4717..4de08c99 100644 --- a/week.php +++ b/week.php @@ -148,7 +148,7 @@ class TimeCellRenderer extends DefaultCellRenderer { if ($lockedDays[$column-1]) $field->setEnabled(false); $field->setFormName($table->getFormName()); - $field->setSize(2); + $field->setStyle('width: 60px;'); // TODO: need to style everything properly, eventually. $field->setValue($table->getValueAt($row,$column)['duration']); // Disable control when time entry mode is TYPE_START_FINISH and there is no value in control // because we can't supply start and finish times in week view - there are no fields for them.