Implemented zoom to fit.

This commit is contained in:
Jim Evins
2013-12-08 21:56:24 -05:00
parent 4d7b19056d
commit 0a6d41bd7e
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ namespace glabels
void MainWindow::viewZoomToFit()
{
std::cout << "ACTION: edit->Zoom to fit" << std::endl;
view->zoomToFit();
}