This commit is contained in:
Kovid Goyal 2015-01-09 12:48:28 +05:30
parent 74ae127e05
commit dfccd4f7dd

View File

@ -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, '*')