diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-21 13:34:20 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-21 13:34:20 -0400 |
commit | 2f8e30b8c7490611cf831a93c0546143d725cd53 (patch) | |
tree | 3a8426fb2caa0affd30389a1f3195b9b09eb9790 /src-qt5/core/lumina-desktop/desktop-plugins/rssreader | |
parent | Add the ability for custom, system-wide environment variable settings within ... (diff) | |
download | lumina-2f8e30b8c7490611cf831a93c0546143d725cd53.tar.gz lumina-2f8e30b8c7490611cf831a93c0546143d725cd53.tar.bz2 lumina-2f8e30b8c7490611cf831a93c0546143d725cd53.zip |
Remove some HTML formatting from being translated.
Diffstat (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/rssreader')
-rw-r--r-- | src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui b/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui index 45dac405..6665a2f5 100644 --- a/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui +++ b/src-qt5/core/lumina-desktop/desktop-plugins/rssreader/RSSFeedPlugin.ui @@ -189,6 +189,13 @@ p, li { white-space: pre-wrap; } </property> <item> <widget class="QTextBrowser" name="text_feed_info"> + <property name="html"> + <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> + </property> <property name="openExternalLinks"> <bool>true</bool> </property> |