Pan element hidden - testing feature - easter egg.

git-svn-id: svn://10.0.0.236/trunk@190184 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2006-02-16 01:11:03 +00:00
parent 2c464399b7
commit 154bb8155b

View File

@ -93,6 +93,8 @@
</keyset>
<hbox flex="1">
<hbox id="appcontent" flex="100%">
<vbox id="browserleftbar" onclick="BrowserHomeBar()">
@ -113,11 +115,11 @@
</vbox>
</hbox>
</hbox>
<statusbar id="statusbar" hidden="false">
<statusbar id="statusbar" hidden="false">
<statusbarpanel id="statusbar-text" label="Minimo" flex="1"/>
</statusbar>
<toolbox id="mini-toolbars">
@ -151,7 +153,8 @@
<command id="cmd_BrowserBookmark" oncommand="BrowserBookmark()" />
<command id="cmd_BrowserBookmarkThis" oncommand="BrowserBookmarkThis()" />
<command id="cmd_BrowserHomeBar" oncommand="BrowserHomeBar()" />
<command id="cmd_Pan" oncommand="BrowserPan()" />
<!-- Keyboard Focus Handler Controls -->
<!-- This entire focusnavigation set is not XBLized yet,
Minimo JS code will look into it anyways. -->
@ -201,6 +204,8 @@
</hbox>
</textbox>
<toolbarbutton hidden="true" id="button-icon-pan" image="chrome://minimo/skin/extensions/icon-pan.png" command="cmd_Pan" />
<toolbarbutton tabindex="2" accessrule="focus_nav-bar" class="menu-button" id="nav-menu-button" command="cmd_BrowserNavMenu" />
</toolbar>
@ -227,6 +232,7 @@
<menuitem id="link_as_new_tab" label="&linknewtab.label;" command="cmd_BrowserOpenLinkAsNewTab" hidden="true"/>
<menuitem id="item-copy" label="&contextCopy.label;" oncommand="DoClipCopy()" hidden="true"/>
<menuitem id="item-paste" label="&contextPaste.label;" oncommand="DoClipPaste()" hidden="true"/>
<menuitem id="item-find" label="&findToolbar.label;" command="cmd_ViewFind" />
<menuseparator/>