Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloose/CuteMarkEd
/ zoomOutView
Method
zoomOutView
app-static/htmlpreviewcontroller.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void HtmlPreviewController::zoomOutView()
89
{
90
view->setZoomFactor(view->zoomFactor() - ZOOM_CHANGE_VALUE);
91
}
92
93
void HtmlPreviewController::resetZoomOfView()
94
{
Callers
1
decreasesZoomFactorOnZoomOut
Method · 0.80
Calls
no outgoing calls
Tested by
1
decreasesZoomFactorOnZoomOut
Method · 0.64