From 236976596f03d06fbc9521de4ccf1fb5bdcdfa0b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 19 Nov 2012 07:00:22 -0600 Subject: Fix kmail informational text box about sender's time. This partially resolves bug report 1328. --- kmail/headerstyle.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index 28736569c..019c20b28 100644 --- a/kmail/headerstyle.cpp +++ b/kmail/headerstyle.cpp @@ -668,7 +668,7 @@ namespace KMail { } else if ( currTime > TQTime( 6, 0, 0 ) && currTime <= TQTime( 12, 0, 0 ) ) { timeofday = i18n( "Morning" ); - color = "white"; + color = "black"; bg_color = "#00A6FF"; bg_image = "url(data:image/png;base64," "iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAWklEQVQI122OQQ7DMAzDaP3/dfuO" @@ -714,7 +714,7 @@ namespace KMail { "text-align:center;" "font-size:12px;" "padding:2px;" - "width:50px;" + "width:140px;" "height:50px;" "margin: 0px 0px 3px 0px;" "\" class=\"curtime\">%4
%5
%6" @@ -722,7 +722,7 @@ namespace KMail { .arg( bg_color ) .arg( color ) .arg( bg_image ) - .arg( i18n( "Now:" ) ) + .arg( i18n( "Sender's Current Time:" ) ) .arg( currTime.toString( tformat ) ) .arg( timeofday ) ); -- cgit v1.2.1