typo fix
This commit is contained in:
parent
f0e0656f38
commit
124d3e89dd
2
surf.c
2
surf.c
|
@ -568,7 +568,7 @@ zoompage(Client *c, const Arg *arg) {
|
||||||
webkit_web_view_zoom_out(c->view);
|
webkit_web_view_zoom_out(c->view);
|
||||||
else if(arg->i > 0) /* zoom in */
|
else if(arg->i > 0) /* zoom in */
|
||||||
webkit_web_view_zoom_in(c->view);
|
webkit_web_view_zoom_in(c->view);
|
||||||
else /* absolute level */
|
else /* reset */
|
||||||
webkit_web_view_set_zoom_level(c->view, 1.0);
|
webkit_web_view_set_zoom_level(c->view, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue