adjust top toolbar height on body class update (#4120)

This commit is contained in:
llama 2025-06-25 19:20:31 +08:00 committed by GitHub
parent 06195d1268
commit d6f93fab76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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