NotificationArea: Allow wrapping of message text to avoid rendering issues with long messages
This commit is contained in:
committed by
abdullahtahiriyo
parent
dafcb0b64e
commit
3ece84fd9d
@@ -882,7 +882,7 @@ void NotificationArea::showInNotificationArea()
|
||||
QString msgw =
|
||||
QString::fromLatin1(
|
||||
"<style>p { margin: 0 0 0 0 } td { padding: 0 15px }</style> \
|
||||
<p style='white-space:nowrap'> \
|
||||
<p style='white-space:normal'> \
|
||||
<table> \
|
||||
<tr> \
|
||||
<th><small>%1</small></th> \
|
||||
|
||||
Reference in New Issue
Block a user