mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 14:24:47 +01:00
...
This commit is contained in:
parent
87dd325842
commit
ed5b1a2182
1 changed files with 1 additions and 0 deletions
|
|
@ -1398,6 +1398,7 @@ def __init__(self, parent):
|
|||
self.setDisplayFormat(fmt)
|
||||
self.setCalendarPopup(True)
|
||||
self.cw = CalendarWidget(self)
|
||||
self.cw.setVerticalHeaderFormat(self.cw.NoVerticalHeader)
|
||||
self.setCalendarWidget(self.cw)
|
||||
self.setMinimumDateTime(UNDEFINED_QDATETIME)
|
||||
self.setSpecialValueText(_('Undefined'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue