Public bug reported:

In evince 0.6.1 you can no longer add the "Zoom in" and "Zoom out"
buttons to the toolbar.  In Dapper all you had to do was Edit->Toolbar
and then you could drag these buttons onto the toolbar.  Now these
buttons are not listed under Edit->Toolbar.  I found those buttons very
useful when browsing PDFs.

I've found that this functionality still exists in evince and was able
to add these buttons by editing a config file.  However thats hardly a
solution especially since this worked fine in Dapper.

To enable the buttons via config file:
Edit ~/.gnome2/evince/evince_toolbar.xml

Add the "ViewZoomIn" and "ViewZoomOut" sections as below:

 <toolbar name="DefaultToolBar" hidden="false" editable="true">
    <toolitem name="GoPreviousPage"/>
    <toolitem name="GoNextPage"/>
    <separator/>
    <toolitem name="PageSelector"/>
    <separator/>
    <toolitem name="ViewZoom"/>
    <toolitem name="ViewZoomIn"/>
    <toolitem name="ViewZoomOut"/>
  </toolbar>

-David Carr

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
regression: zoom in/zoom out buttons no longer available
https://launchpad.net/bugs/67500

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to