Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
michael@0 | 4 | |
michael@0 | 5 | <window |
michael@0 | 6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 7 | width="400" |
michael@0 | 8 | height="600"> |
michael@0 | 9 | |
michael@0 | 10 | <vbox> |
michael@0 | 11 | <hbox style="height: 20px;"> |
michael@0 | 12 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 13 | <spacer style="width: 100px; background: blue;"/> |
michael@0 | 14 | <spacer style="width: 50px; background: yellow;"/> |
michael@0 | 15 | <spacer style="width: 150px; background: green;"/> |
michael@0 | 16 | </hbox> |
michael@0 | 17 | |
michael@0 | 18 | <hbox style="height: 20px;"> |
michael@0 | 19 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 20 | <spacer style="width: 100px; background: blue;"/> |
michael@0 | 21 | <spacer style="width: 50px; background: yellow;"/> |
michael@0 | 22 | <spacer style="width: 150px; background: green;"/> |
michael@0 | 23 | </hbox> |
michael@0 | 24 | |
michael@0 | 25 | <hbox style="height: 20px;"> |
michael@0 | 26 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 27 | <spacer style="width: 100px; background: blue;"/> |
michael@0 | 28 | <spacer style="width: 50px; background: yellow;"/> |
michael@0 | 29 | <spacer style="width: 150px; background: green;"/> |
michael@0 | 30 | </hbox> |
michael@0 | 31 | |
michael@0 | 32 | <hbox style="height: 20px;"> |
michael@0 | 33 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 34 | <spacer style="width: 100px; background: blue;"/> |
michael@0 | 35 | <spacer style="width: 200px; background: green;"/> |
michael@0 | 36 | </hbox> |
michael@0 | 37 | |
michael@0 | 38 | <hbox style="height: 20px;"> |
michael@0 | 39 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 40 | <spacer style="width: 300px; background: green;"/> |
michael@0 | 41 | </hbox> |
michael@0 | 42 | |
michael@0 | 43 | <hbox style="height: 20px;"> |
michael@0 | 44 | <spacer style="width: 200px; background: yellow;"/> |
michael@0 | 45 | <spacer style="width: 200px; background: green;"/> |
michael@0 | 46 | </hbox> |
michael@0 | 47 | |
michael@0 | 48 | <hbox style="height: 20px;"> |
michael@0 | 49 | <spacer style="width: 100px; background: yellow;"/> |
michael@0 | 50 | <spacer style="width: 300px; background: green;"/> |
michael@0 | 51 | </hbox> |
michael@0 | 52 | |
michael@0 | 53 | </vbox> |
michael@0 | 54 | |
michael@0 | 55 | </window> |