Difference between revisions of "Zoom Toolbar"
Jump to navigation
Jump to search
Romain2Boss (talk | contribs) (Created page with "The '''Zoom Toolbar''' is a set of graphical widgets used to zoom in, out and fit the viewing area of the workspace. == Overview == Functions: * '''Zoom in''' * '''Zoom out...") |
Romain2Boss (talk | contribs) |
||
Line 14: | Line 14: | ||
* '''Zoom to fit page in window''': The zoom level is set to optimize the viewing of the whole page | * '''Zoom to fit page in window''': The zoom level is set to optimize the viewing of the whole page | ||
* '''Zoom to fit page width in window''': The zoom level is set to optimize the horizontal view of the page | * '''Zoom to fit page width in window''': The zoom level is set to optimize the horizontal view of the page | ||
* '''Previous zoom''': Go to previous zoom level change in undo history | |||
* '''Next zoom''': Go to next zoom level in undo history | |||
== Implementation == | == Implementation == |
Revision as of 20:17, 9 January 2012
The Zoom Toolbar is a set of graphical widgets used to zoom in, out and fit the viewing area of the workspace.
Overview
Functions:
- Zoom in
- Zoom out
- Zoom to 1:1: 1 pixel of the canvas fits 1 pixel of the screen (100%)
- Zoom to 1:2: 1 pixel of the canvas fits 2 pixels of the screen (50%)
- Zoom to 2:1: 2 pixels of the canvas fit 1 pixel of the screen (200%)
- Zoom to fit selection in window: The zoom level is set to optimize the viewing of selected objects
- Zoom to fit drawing in window: The zoom level is set to optimize the viewing of all objects
- Zoom to fit page in window: The zoom level is set to optimize the viewing of the whole page
- Zoom to fit page width in window: The zoom level is set to optimize the horizontal view of the page
- Previous zoom: Go to previous zoom level change in undo history
- Next zoom: Go to next zoom level in undo history