deck and tag section of add card dialog takes up less space

This commit is contained in:
Jake Probst 2012-03-11 05:50:20 -07:00
parent 52b92bc967
commit 51146ccd51

View file

@ -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)