mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Remove margins around comments editor
This commit is contained in:
parent
76d9f734e9
commit
47aa91f7ba
@ -872,6 +872,7 @@ class MetadataSingleDialog(MetadataSingleDialogBase): # {{{
|
|||||||
|
|
||||||
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self)
|
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self)
|
||||||
gb.l = l = QVBoxLayout()
|
gb.l = l = QVBoxLayout()
|
||||||
|
l.setContentsMargins(0, 0, 0, 0)
|
||||||
gb.setLayout(l)
|
gb.setLayout(l)
|
||||||
l.addWidget(self.comments)
|
l.addWidget(self.comments)
|
||||||
self.splitter.addWidget(gb)
|
self.splitter.addWidget(gb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user