From: Fridrich S. <str...@us...> - 2007-10-11 12:01:40
|
Update of /cvsroot/libwpg/perfectspot/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27394/src Modified Files: mainwindow.cpp Log Message: allow to zoom in untill 800% (can be useful). Should I change the zoom-in and zoom-out hotkeys to up and down arrows? Index: mainwindow.cpp =================================================================== RCS file: /cvsroot/libwpg/perfectspot/src/mainwindow.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- mainwindow.cpp 11 Oct 2007 09:19:24 -0000 1.23 +++ mainwindow.cpp 11 Oct 2007 12:01:35 -0000 1.24 @@ -171,7 +171,7 @@ if(d->view->zoomLevel() <= 25) d->zoomOutAction->setEnabled(false); - if(d->view->zoomLevel() >= 200) + if(d->view->zoomLevel() >= 800) d->zoomInAction->setEnabled(false); if(en) |