adjust top toolbar height on body class update

This commit is contained in:
llama 2025-06-23 16:10:40 +08:00
parent b250a2f724
commit 29e4e1fcf0
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -87,6 +87,7 @@ class TopWebView(ToolbarWebView):
else:
self.flatten()
self.adjustHeightToFit()
self.show()
def _onHeight(self, qvar: int | None) -> None: