mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
adjust top toolbar height on body class update (#4120)
This commit is contained in:
parent
06195d1268
commit
d6f93fab76
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class TopWebView(ToolbarWebView):
|
|||
else:
|
||||
self.flatten()
|
||||
|
||||
self.adjustHeightToFit()
|
||||
self.show()
|
||||
|
||||
def _onHeight(self, qvar: int | None) -> None:
|
||||
|
|
Loading…
Reference in a new issue