mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 777165 - Social toolbar should be to the right of the style toolbar. r=gavin
This commit is contained in:
parent
41e91ecefd
commit
f5c9313581
@ -1030,6 +1030,14 @@
|
|||||||
onclick="contentAreaClick(event, false);"/>
|
onclick="contentAreaClick(event, false);"/>
|
||||||
<statuspanel id="statusbar-display" inactive="true"/>
|
<statuspanel id="statusbar-display" inactive="true"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
<splitter id="devtools-side-splitter" hidden="true"/>
|
||||||
|
<vbox id="devtools-sidebar-box" hidden="true"
|
||||||
|
style="min-width: 18em; width: 22em; max-width: 42em;" persist="width">
|
||||||
|
<toolbar id="devtools-sidebar-toolbar"
|
||||||
|
class="devtools-toolbar"
|
||||||
|
nowindowdrag="true"/>
|
||||||
|
<deck id="devtools-sidebar-deck" flex="1"/>
|
||||||
|
</vbox>
|
||||||
<splitter id="social-sidebar-splitter"
|
<splitter id="social-sidebar-splitter"
|
||||||
class="chromeclass-extrachrome"
|
class="chromeclass-extrachrome"
|
||||||
observes="socialSidebarBroadcaster"/>
|
observes="socialSidebarBroadcaster"/>
|
||||||
@ -1041,14 +1049,6 @@
|
|||||||
flex="1"
|
flex="1"
|
||||||
style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<splitter id="devtools-side-splitter" hidden="true"/>
|
|
||||||
<vbox id="devtools-sidebar-box" hidden="true"
|
|
||||||
style="min-width: 18em; width: 22em; max-width: 42em;" persist="width">
|
|
||||||
<toolbar id="devtools-sidebar-toolbar"
|
|
||||||
class="devtools-toolbar"
|
|
||||||
nowindowdrag="true"/>
|
|
||||||
<deck id="devtools-sidebar-deck" flex="1"/>
|
|
||||||
</vbox>
|
|
||||||
<vbox id="browser-border-end" hidden="true" layer="true"/>
|
<vbox id="browser-border-end" hidden="true" layer="true"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user