diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-04-18 10:02:15 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-04-18 10:02:15 +0800 |
commit | d50425cfd3009d18404d37bb245e8ebd5ac4b3d6 (patch) | |
tree | 183f7c1274034770830a4e8d4f0ea8e083191074 /data | |
parent | 9d106fb898a71bca2d0aa9233b72a6423627942e (diff) | |
download | gsoc2013-epiphany-d50425cfd3009d18404d37bb245e8ebd5ac4b3d6.tar.gz gsoc2013-epiphany-d50425cfd3009d18404d37bb245e8ebd5ac4b3d6.tar.zst gsoc2013-epiphany-d50425cfd3009d18404d37bb245e8ebd5ac4b3d6.zip |
Add UI options to hide the menubar
In the future Web-app like windows will have this hidden by default,
but for now we can also add an option to hide it elsewhere.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-ui.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 5d1ffbf06..90ae3672c 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -47,6 +47,7 @@ <separator/> </menu> </placeholder> + <menuitem name="HideMenubar" action="HideMenubar"/> <menuitem name="ViewDownloadsBar" action="ViewDownloadsBar"/> <separator name="ViewSep1"/> <menuitem name="ViewPopupsMenu" action="ViewPopupWindows"/> @@ -138,6 +139,8 @@ <menuitem name="CopyImageLocationDP" action="CopyImageLocation"/> <separator /> <menuitem name="InspectElementDP" action="InspectElement"/> + <separator /> + <menuitem action="HideMenubar" /> </popup> <popup name="EphyLinkPopup" action="PopupAction"> |