Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-ui.xml
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-02-18 20:53:49 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-02-18 20:53:49 (GMT)
commit75eac88174e3a7843b702ffd38e06b0e4d3d62ac (patch)
tree6a67d3adcc38075656799a1319664fe6f5335af4 /data/evince-ui.xml
parent6909f485a0f8d35f8637d1d0185379d4dbf2649d (diff)
Change the fullscreen toolbar to always be in the popup window. That
Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-window.c: Change the fullscreen toolbar to always be in the popup window. That prevents it resizing when in full screen mode. * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid multiple rerenders. This pretty much sucks. * data/evince-ui.xml: Change the fullscreen toolbar to include the rest of the toolbar.
Diffstat (limited to 'data/evince-ui.xml')
-rw-r--r--data/evince-ui.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index bce68ea..6b8bd30 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -64,7 +64,15 @@
</toolbar>
<toolbar name="LeaveFullscreenToolbar">
- <toolitem action="LeaveFullscreen"/>
+ <toolitem action="GoPreviousPage"/>
+ <toolitem action="GoNextPage"/>
+ <separator/>
+ <toolitem action="PageSelector"/>
+ <separator/>
+ <toolitem action="ViewZoomIn"/>
+ <toolitem action="ViewZoomOut"/>
+ <toolitem action="ViewBestFit"/>
+ <toolitem action="ViewPageWidth"/>
</toolbar>
<accelerator name="LeaveFullscreenAccel" action="LeaveFullscreen"/>