mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
fixed bug #5857. Permission from hofmann.
This commit is contained in:
parent
33a564de2c
commit
eae35c30ed
@ -1,15 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="xul.css" type="text/css"?>
|
||||
<?xml-stylesheet href="navigator.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
<window
|
||||
style="width: 100%; height: 100%"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onConstruction="Startup()">
|
||||
|
||||
<box align="vertical">
|
||||
<window style="width: 100%; height: 100%" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onConstruction="Startup()">
|
||||
|
||||
<html:h1>Toolbar Test 1</html:h1>
|
||||
|
||||
@ -19,8 +16,6 @@ and look/feel of rollover and clicks. Note that the last toolbar is empty, and s
|
||||
normal size because of min-height.
|
||||
</html:h3>
|
||||
|
||||
<!-- <hr> crashes boxes for some reason.... -EDV -->
|
||||
<!-- <hr> works on linux, trying again..? -mcafee -->
|
||||
<html:hr/>
|
||||
|
||||
<toolbox>
|
||||
@ -45,12 +40,11 @@ normal size because of min-height.
|
||||
<toolbar>
|
||||
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="Mozilla" />
|
||||
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="ABC News"/>
|
||||
<spring flex="100%"/>
|
||||
</toolbar>
|
||||
|
||||
<toolbar>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
Loading…
x
Reference in New Issue
Block a user