From 91a14c7c9b10904b5151fa4dffb2ce4422db3ec7 Mon Sep 17 00:00:00 2001 From: Janus Date: Sat, 2 May 2015 17:25:51 +0200 Subject: [PATCH] Time: reintroduces seconds for aesthetic reasons. * Thanks to Humdinger for point out the problem. * Problem discussed in #10840. --- src/preferences/time/DateTimeView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/time/DateTimeView.cpp b/src/preferences/time/DateTimeView.cpp index 1d0cc649e9..0dd9b3c956 100644 --- a/src/preferences/time/DateTimeView.cpp +++ b/src/preferences/time/DateTimeView.cpp @@ -175,7 +175,7 @@ DateTimeView::_InitView() fCalendarView->SetInvocationMessage(new BMessage(kDayChanged)); fDateEdit = new TDateEdit("dateEdit", 3); - fTimeEdit = new TTimeEdit("timeEdit", 4); + fTimeEdit = new TTimeEdit("timeEdit", 5); fClock = new TAnalogClock("analogClock"); BTime time(BTime::CurrentTime(B_LOCAL_TIME));