diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2010-02-06 01:36:08 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2010-02-06 01:39:22 +0800 |
commit | 80ca4ae3c2215e8af467c2c577581df841cd2ae6 (patch) | |
tree | 1e4c9f554f02bc1fbe586abc36eee9ab987d39d7 /data | |
parent | 5b337c74bd41a8ea423359d659fa61215d6dd3d3 (diff) | |
download | gsoc2013-epiphany-80ca4ae3c2215e8af467c2c577581df841cd2ae6.tar.gz gsoc2013-epiphany-80ca4ae3c2215e8af467c2c577581df841cd2ae6.tar.zst gsoc2013-epiphany-80ca4ae3c2215e8af467c2c577581df841cd2ae6.zip |
Default to one toolbar with less buttons
This change follows from the GNOME decision to default to "Text
besides icons", which makes the first toolbar smaller
horizontally. With the woohoo bar the need for history and bookmark
buttons is also diminished, given that you can easily search them
using the location bar itself.
Zoom buttons are kept, but moved to the other side of the toolbar,
after the location bar, to clearly distinguish them from navigation
operations.
Bug #412385
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-toolbar.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/data/ui/epiphany-toolbar.xml b/data/ui/epiphany-toolbar.xml index f30c32a06..80d74ed4f 100644 --- a/data/ui/epiphany-toolbar.xml +++ b/data/ui/epiphany-toolbar.xml @@ -29,16 +29,8 @@ <toolitem name="NavigationForward"/> <toolitem name="ViewStop"/> <toolitem name="ViewReload"/> - <separator/> - <toolitem name="GoHome"/> - <toolitem name="GoHistory"/> - <toolitem name="GoBookmarks"/> - <separator/> + <toolitem name="Location"/> <toolitem name="ViewZoomOut"/> <toolitem name="ViewZoomIn"/> </toolbar> -<toolbar name="EntryToolbar"> - <toolitem name="Location"/> - <toolitem name="ToolbarGo"/> -</toolbar> </toolbars> |