diff --git a/aqt/editor.py b/aqt/editor.py index f9a929ff8..bf23e6ba1 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -240,7 +240,7 @@ class Editor(object): self.web = EditorWebView(self.widget, self) self.web.allowDrops = True self.web.setBridge(self.bridge) - self.outerLayout.addWidget(self.web) + self.outerLayout.addWidget(self.web, 1) # pick up the window colour p = self.web.palette() p.setBrush(QPalette.Base, Qt.transparent)