|
From: Geoffrey De S. (JIRA) <no...@at...> - 2006-08-29 09:30:24
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-399?page=all ] Geoffrey De Smet updated RCP-399: --------------------------------- Attachment: screenshot-1.jpg > NachoCalendarDateFieldBinder component's height is wrong. > --------------------------------------------------------- > > Key: RCP-399 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-399 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.1.0 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Trivial > Fix For: 0.2.0 > Attachments: screenshot-1.jpg > > See http://forum.springframework.org/showthread.php?t=28551 > The rows of the NachoCalendarDateField don't have the correct height compared to the other comboboxes. > Maybe some additional props can be set in this part of the code: > if (dateFormat != null) { > dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat))); > dateField.setRenderer(new DefaultDayRenderer()); > dateField.setHeaderRenderer(new DefaultHeaderRenderer()); > } else { > dateField = CalendarFactory.createDateField(); > } > Patches welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |