mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-30 13:19:26 +00:00
Don't accept rich-text in the script editor.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Form implementation generated from reading ui file 'ui/options_script.ui'
|
||||
#
|
||||
# Created: Sat Jan 20 17:45:24 2007
|
||||
# Created: Sat Jan 20 20:49:28 2007
|
||||
# by: PyQt4 UI code generator 4.1
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
@@ -41,6 +41,7 @@ class Ui_Form(object):
|
||||
font.setBold(False)
|
||||
self.tagger_script.setFont(font)
|
||||
self.tagger_script.setLineWrapMode(QtGui.QTextEdit.NoWrap)
|
||||
self.tagger_script.setAcceptRichText(False)
|
||||
self.tagger_script.setObjectName("tagger_script")
|
||||
self.vboxlayout1.addWidget(self.tagger_script)
|
||||
self.vboxlayout.addWidget(self.enable_tagger_script)
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
<property name="lineWrapMode" >
|
||||
<enum>QTextEdit::NoWrap</enum>
|
||||
</property>
|
||||
<property name="acceptRichText" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user