mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
zoom
This commit is contained in:
parent
999930f433
commit
06f3a08b9c
@ -795,6 +795,9 @@ class WebivewWidget(abstractwebview):
|
||||
def set_zoom(self, zoom):
|
||||
self.put_ZoomFactor(zoom)
|
||||
|
||||
def get_ZoomFactor(self):
|
||||
return winsharedutils.get_ZoomFactor(self.get_controller())
|
||||
|
||||
def put_ZoomFactor(self, zoom):
|
||||
winsharedutils.put_ZoomFactor(self.get_controller(), zoom)
|
||||
|
||||
|
@ -91,7 +91,9 @@ class TextBrowser(QWidget, dataget):
|
||||
pass
|
||||
|
||||
def calllunaheightchange(self, h):
|
||||
self.contentsChanged.emit(QSize(self.width(), h))
|
||||
self.contentsChanged.emit(
|
||||
QSize(self.width(), h * self.webivewwidget.get_ZoomFactor())
|
||||
)
|
||||
|
||||
def internalheighchange(self):
|
||||
self.testeval(
|
||||
|
Loading…
x
Reference in New Issue
Block a user