mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
deck and tag section of add card dialog takes up less space
This commit is contained in:
parent
52b92bc967
commit
51146ccd51
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue