Create custom column dialog: Ensure that the format numbers field is always visible

This commit is contained in:
Kovid Goyal 2018-09-09 15:45:43 +05:30
parent 6b14a1204a
commit bc11157f5b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -301,7 +301,7 @@ class CreateCustomColumn(QDialog):
self.format_box = fb = QLineEdit(self)
h.addWidget(fb)
self.format_default_label = la = QLabel('')
la.setOpenExternalLinks(True)
la.setOpenExternalLinks(True), la.setWordWrap(True)
h.addWidget(la)
self.format_label = add_row('', h)