author | zautrix <zautrix> | 2004-10-27 01:07:05 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-27 01:07:05 (UTC) |
commit | 4efb020e137fbb8b94d845a2aa0ffc894561aea9 (patch) (unidiff) | |
tree | 62fa8844366362ccc7b8ed87b908e0222ab9a5f9 | |
parent | ba3d660ed4f856362d2b914ed744874c235b4001 (diff) | |
download | kdepimpi-4efb020e137fbb8b94d845a2aa0ffc894561aea9.zip kdepimpi-4efb020e137fbb8b94d845a2aa0ffc894561aea9.tar.gz kdepimpi-4efb020e137fbb8b94d845a2aa0ffc894561aea9.tar.bz2 |
fixed wn view
-rw-r--r-- | korganizer/kowhatsnextview.cpp | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/korganizer/kowhatsnextview.cpp b/korganizer/kowhatsnextview.cpp index 59b864c..0f0bf11 100644 --- a/korganizer/kowhatsnextview.cpp +++ b/korganizer/kowhatsnextview.cpp | |||
@@ -72,3 +72,6 @@ KOWhatsNextView::KOWhatsNextView(Calendar *calendar, QWidget *parent, | |||
72 | QStyleSheetItem * style ; | 72 | QStyleSheetItem * style ; |
73 | 73 | style = stsh->item ("a" ); | |
74 | if ( style ) { | ||
75 | style->setMargin(QStyleSheetItem::MarginAll,0); | ||
76 | } | ||
74 | style = stsh->item ("h2" ); | 77 | style = stsh->item ("h2" ); |
@@ -77,2 +80,6 @@ KOWhatsNextView::KOWhatsNextView(Calendar *calendar, QWidget *parent, | |||
77 | } | 80 | } |
81 | style = stsh->item ("h3" ); | ||
82 | if ( style ) { | ||
83 | style->setMargin(QStyleSheetItem::MarginAll,0); | ||
84 | } | ||
78 | style = stsh->item ("table" ); | 85 | style = stsh->item ("table" ); |
@@ -266,3 +273,3 @@ void KOWhatsNextView::updateView() | |||
266 | 273 | ||
267 | mText +="<big><big><strong><em><font color=\"#000080\">" + i18n("Incomplete Todo:") + "</font></em></strong></big></big>\n"; | 274 | mText +="<h2><em><font color=\"#000080\">" + i18n("Incomplete Todo:") + "</font></em></h2>\n"; |
268 | mText += "<ul>\n"; | 275 | mText += "<ul>\n"; |
@@ -305,3 +312,3 @@ void KOWhatsNextView::updateView() | |||
305 | //mText += i18n("Events and To-Dos that need a reply:") + "</h2>\n"; | 312 | //mText += i18n("Events and To-Dos that need a reply:") + "</h2>\n"; |
306 | mText +="<big><big><strong><em><font color=\"#000080\">" + i18n("Events and To-Dos that need a reply:") + "</font></em></strong></big></big>\n"; | 313 | mText +="<h2><em><font color=\"#000080\">" + i18n("Events and To-Dos that need a reply:") + "</font></em></h2>\n"; |
307 | mText += "<table>\n"; | 314 | mText += "<table>\n"; |
@@ -324,3 +331,3 @@ void KOWhatsNextView::updateView() | |||
324 | if (replys == 0) { | 331 | if (replys == 0) { |
325 | mText +="<big><big><strong><em><font color=\"#000080\">" + i18n("Events and To-Dos that need a reply:") + "</font></em></strong></big></big>\n"; | 332 | mText +="<h2><em><font color=\"#000080\">" + i18n("Events and To-Dos that need a reply:") + "</font></em></h2>\n"; |
326 | mText += "<table>\n"; | 333 | mText += "<table>\n"; |
@@ -367,4 +374,4 @@ void KOWhatsNextView::appendDay( int i, QDate eventDate ) | |||
367 | else date = "<em><font color=\"#000080\">" + day + "</font></em>"; | 374 | else date = "<em><font color=\"#000080\">" + day + "</font></em>"; |
368 | //mText += "<h2>" + date + "</h2>\n"; | 375 | mText += "<h2>" + date + "</h2>\n"; |
369 | mText += "<big><big><strong>" + date + "</strong></big></big>\n"; | 376 | //mText += "<big><big><strong>" + date + "</strong></big></big>\n"; |
370 | mText += "<table>\n"; | 377 | mText += "<table>\n"; |
@@ -391,4 +398,4 @@ void KOWhatsNextView::appendDay( int i, QDate eventDate ) | |||
391 | #endif | 398 | #endif |
392 | //mText += "<h2>" + date + "</h2>\n"; | 399 | mText += "<h2>" + date + "</h2>\n"; |
393 | mText += "<big><big><strong>" + date + "</strong></big></big>\n"; | 400 | //mText += "<big><big><strong>" + date + "</strong></big></big>\n"; |
394 | mText += "<table>\n"; | 401 | mText += "<table>\n"; |