mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
make sure we adjust browser toolbar height
This commit is contained in:
parent
3c5abe4af8
commit
4dae8ef661
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ class BrowserToolbar(Toolbar):
|
||||||
self.web.onBridgeCmd = self._linkHandler
|
self.web.onBridgeCmd = self._linkHandler
|
||||||
self.web.stdHtml(self.html(), self.css())
|
self.web.stdHtml(self.html(), self.css())
|
||||||
self.update()
|
self.update()
|
||||||
|
self.web.adjustHeightToFit()
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
for link, enabled in (
|
for link, enabled in (
|
||||||
|
|
Loading…
Reference in a new issue