mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
74ae127e05
commit
dfccd4f7dd
@ -460,7 +460,7 @@ class EditSnippet(QWidget):
|
|||||||
d.setToolTip(_('You can test your snippet here'))
|
d.setToolTip(_('You can test your snippet here'))
|
||||||
d.setMaximumHeight(t.maximumHeight() + 15)
|
d.setMaximumHeight(t.maximumHeight() + 15)
|
||||||
d.setToolTip
|
d.setToolTip
|
||||||
add_row(_('T&est'), d)
|
add_row(_('T&est:'), d)
|
||||||
|
|
||||||
i = QListWidgetItem(_('All'), t)
|
i = QListWidgetItem(_('All'), t)
|
||||||
i.setData(Qt.UserRole, '*')
|
i.setData(Qt.UserRole, '*')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user