mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 414836 - "Need to sync toolbar with icons/text preferences and icon size when new localstore.rdf created" (reset the toolbox) [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9b3=beltzner]
This commit is contained in:
parent
ff5fc5f469
commit
5ff1dfa812
@ -51,7 +51,7 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
|
||||
display: none;
|
||||
}
|
||||
|
||||
#navigator-toolbox ,
|
||||
#browser-toolbox ,
|
||||
#status-bar ,
|
||||
#mainPopupSet {
|
||||
min-width: 1px;
|
||||
|
@ -4596,7 +4596,7 @@ function getBrowser()
|
||||
function getNavToolbox()
|
||||
{
|
||||
if (!gNavToolbox)
|
||||
gNavToolbox = document.getElementById("navigator-toolbox");
|
||||
gNavToolbox = document.getElementById("browser-toolbox");
|
||||
return gNavToolbox;
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
||||
</vbox>
|
||||
</tooltip>
|
||||
|
||||
<toolbox id="navigator-toolbox" class="toolbox-top" mode="icons"
|
||||
<toolbox id="browser-toolbox" class="toolbox-top" mode="icons"
|
||||
defaultmode="icons">
|
||||
<!-- Menu -->
|
||||
<toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
|
||||
|
@ -37,6 +37,6 @@
|
||||
|
||||
var gCustomizeToolbarSheet = {
|
||||
init: function() {
|
||||
InitWithToolbox(window.parent.document.getElementById("navigator-toolbox"));
|
||||
InitWithToolbox(window.parent.document.getElementById("browser-toolbox"));
|
||||
}
|
||||
};
|
||||
|
@ -79,8 +79,8 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#navigator-toolbox[inFullscreen="true"],
|
||||
#navigator-toolbox[inFullscreen="true"] > #navigation-toolbar {
|
||||
#browser-toolbox[inFullscreen="true"],
|
||||
#browser-toolbox[inFullscreen="true"] > #navigation-toolbar {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
@ -77,8 +77,8 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#navigator-toolbox[inFullscreen="true"],
|
||||
#navigator-toolbox[inFullscreen="true"] > #navigation-toolbar {
|
||||
#browser-toolbox[inFullscreen="true"],
|
||||
#browser-toolbox[inFullscreen="true"] > #navigation-toolbar {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user