ui: Don't accept rich text in enter license field
bug id = 207
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user