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