diff -r ce9309868f8a -r c67abfea9955 TimeTracker/TimeTrackerWidget.ui --- a/TimeTracker/TimeTrackerWidget.ui Fri Oct 19 22:26:57 2012 +0200 +++ b/TimeTracker/TimeTrackerWidget.ui Sat Oct 20 12:34:26 2012 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>609</width> - <height>149</height> + <height>185</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -46,6 +46,9 @@ </item> <item row="1" column="0"> <widget class="QDateTimeEdit" name="startDateTimeEdit"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> <property name="toolTip"> <string>Shows the start date and time of the current timer</string> </property> @@ -62,6 +65,9 @@ </item> <item row="1" column="1"> <widget class="QSpinBox" name="durationSpinBox"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> <property name="toolTip"> <string>Shows the duration of the current timer</string> </property>