mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3463fc6414
commit
eb8c761633
@ -624,7 +624,7 @@ class TOCView(QWidget): # {{{
|
||||
l.addWidget(b, col, 1)
|
||||
self.default_msg = _('Double click on an entry to change the text')
|
||||
self.hl = hl = QLabel(self.default_msg)
|
||||
hl.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Preferred)
|
||||
hl.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Ignored)
|
||||
l.addWidget(hl, col, 2, 1, -1)
|
||||
self.item_view = i = ItemView(self, self.prefs)
|
||||
self.item_view.delete_item.connect(self.delete_current_item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user