dialogs/DurationEditorDialog.py
changeset 577 9dbb79722fbc
parent 564 5024d42e1050
child 584 c04e7af597d9
--- a/dialogs/DurationEditorDialog.py	Wed Oct 12 23:47:48 2011 +0200
+++ b/dialogs/DurationEditorDialog.py	Fri Oct 14 19:26:29 2011 +0200
@@ -154,6 +154,8 @@
     def __init__(self, parent):
         self._init_ctrls(parent)
         
+        self.Days.SetFocus()
+        
     def SetDuration(self, value):
         result = IEC_TIME_MODEL.match(value.upper())
         if result is not None: