info: rendering full field as plain text

This commit is contained in:
Vinicius Moreira
2019-08-22 17:46:49 -03:00
parent 05654a0802
commit 18c044e27b

View File

@@ -88,7 +88,7 @@ class InfoDialog(QDialog):
self.gbox_info.hide()
self.toolbar_field.show()
self.text_field.show()
self.text_field.appendHtml(val)
self.text_field.setPlainText(val)
bt_full_field = QPushButton(self.i18n['show'].capitalize())
bt_full_field.clicked.connect(show_full_field)