mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-25 07:57:16 +00:00
13 lines
544 B
Diff
13 lines
544 B
Diff
diff -ruN colibri-0.3.0.orig/app/notificationwidget.cpp colibri-0.3.0/app/notificationwidget.cpp
|
|
--- colibri-0.3.0.orig/app/notificationwidget.cpp 2013-05-14 19:30:28.000000000 +0400
|
|
+++ colibri-0.3.0/app/notificationwidget.cpp 2014-01-24 02:35:26.653473727 +0400
|
|
@@ -311,7 +311,7 @@
|
|
text = "<b>" + mSummary + "</b>";
|
|
}
|
|
if (!mBody.isEmpty()) {
|
|
- text += mBody;
|
|
+ text += mBody.replace(QString("\n"), QString("<br>"));
|
|
}
|
|
mTextLabel->setText(text);
|
|
mTextLabel->resize(mTextLabel->preferredSize());
|