Fix #1785931 ["Alt-M" no longer opens the comments field](https://bugs.launchpad.net/calibre/+bug/1785931)

This commit is contained in:
Kovid Goyal 2018-08-08 07:01:52 +05:30
parent 7c4b39173b
commit 81f1d44454
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -835,7 +835,7 @@ class MetadataSingleDialog(MetadataSingleDialogBase): # {{{
l.addWidget(self.fetch_metadata_button, 10, 0, 1, 2)
l.addWidget(self.config_metadata_button, 10, 2, 1, 1)
self.tabs[0].gb2 = gb = QGroupBox(_('Comments'), self)
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self)
gb.l = l = QVBoxLayout()
gb.setLayout(l)
l.addWidget(self.comments)