summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-02-21 22:43:28 (UTC)
committer harlekin <harlekin>2002-02-21 22:43:28 (UTC)
commit7fd3f2ce443a136079bb9230b90b31c8d172b16a (patch) (side-by-side diff)
tree8786464c785def9cc0eaa874dcc10871bde11a64
parentec52599a5a9ca3397e6375b7aeb4ee391c614bfb (diff)
downloadopie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.zip
opie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.tar.gz
opie-7fd3f2ce443a136079bb9230b90b31c8d172b16a.tar.bz2
fixed some layout glitches
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 1f6f34e..c63a9ef 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -192,4 +192,4 @@ void Today::getDates()
msg+= "<BR><i>" + (*it).location();
+ msg += "</i>";
}
- msg += "</i><BR>";
@@ -197,3 +197,3 @@ void Today::getDates()
{
- msg += "All day";
+ msg += "<br>All day";
}
@@ -202,3 +202,3 @@ void Today::getDates()
// start time of event
- msg += TimeString::timeString(QTime((*it).event().start().time()) )
+ msg += "<br>" + TimeString::timeString(QTime((*it).event().start().time()) )
// end time of event
@@ -224,4 +224,4 @@ void Today::getDates()
msg+= "<BR><i>" + (*it).location();
+ msg += "</i>";
}
- msg += "</i><BR>";
@@ -229,3 +229,3 @@ void Today::getDates()
{
- msg += "All day";
+ msg += "<br>All day";
}
@@ -234,3 +234,3 @@ void Today::getDates()
// start time of event
- msg += TimeString::timeString(QTime((*it).event().start().time()) )
+ msg += "<br>" + TimeString::timeString(QTime((*it).event().start().time()) )
// end time of event