mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Create custom column dialog: Ensure that the format numbers field is always visible
This commit is contained in:
parent
6b14a1204a
commit
bc11157f5b
@ -301,7 +301,7 @@ class CreateCustomColumn(QDialog):
|
|||||||
self.format_box = fb = QLineEdit(self)
|
self.format_box = fb = QLineEdit(self)
|
||||||
h.addWidget(fb)
|
h.addWidget(fb)
|
||||||
self.format_default_label = la = QLabel('')
|
self.format_default_label = la = QLabel('')
|
||||||
la.setOpenExternalLinks(True)
|
la.setOpenExternalLinks(True), la.setWordWrap(True)
|
||||||
h.addWidget(la)
|
h.addWidget(la)
|
||||||
self.format_label = add_row('', h)
|
self.format_label = add_row('', h)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user