mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1785931 ["Alt-M" no longer opens the comments field](https://bugs.launchpad.net/calibre/+bug/1785931)
This commit is contained in:
parent
7c4b39173b
commit
81f1d44454
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user