mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-18 00:45:04 +01:00
Remove margins around comments editor
This commit is contained in:
parent
76d9f734e9
commit
47aa91f7ba
1 changed files with 1 additions and 0 deletions
|
|
@ -872,6 +872,7 @@ def create_row2(row, widget, button=None, front_button=None):
|
|||
|
||||
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self)
|
||||
gb.l = l = QVBoxLayout()
|
||||
l.setContentsMargins(0, 0, 0, 0)
|
||||
gb.setLayout(l)
|
||||
l.addWidget(self.comments)
|
||||
self.splitter.addWidget(gb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue