ui: Don't accept rich text in enter license field

bug id = 207
This commit is contained in:
Eberhard Graether
2017-02-15 00:08:28 +01:00
parent fcac720ea9
commit 8fca305fdd
+1
View File
@@ -75,6 +75,7 @@ void QtLicense::populateWindow(QWidget* widget)
m_licenseText = new QTextEdit();
m_licenseText->setObjectName("licenseField");
m_licenseText->setAcceptRichText(false);
m_licenseText->setPlaceholderText(
"-----BEGIN LICENSE-----\n"
"Jane Doe\n"