┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2013-01-09 22:10:04 +0100
committerKai Uwe Broulik <[email protected]>2013-01-09 22:10:04 +0100
commit1877eb74e8eaf93cc9a3771d4643ce0d34d7d8d7 (patch)
treef8cf93f958a2b601ba49b75b0ab96d217e7fdbc5 /src
parent804d8119b3e9afeb900d54814d665f820cb79adb (diff)
Fix information panel interpreting html tags
Only fixes the most obvious file name, the other entries in the table probably have to be fixed in the FileMetaDataWidget. REVIEW: 108307 BUG: 262464
Diffstat (limited to 'src')
-rw-r--r--src/panels/information/informationpanelcontent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp
index 85571befd..9b0dd0092 100644
--- a/src/panels/information/informationpanelcontent.cpp
+++ b/src/panels/information/informationpanelcontent.cpp
@@ -105,6 +105,7 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) :
QFont font = m_nameLabel->font();
font.setBold(true);
m_nameLabel->setFont(font);
+ m_nameLabel->setTextFormat(Qt::PlainText);
m_nameLabel->setAlignment(Qt::AlignHCenter);
m_nameLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);