|
1 <?xml version="1.0"?> |
|
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
5 |
|
6 |
|
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
|
8 |
|
9 <!DOCTYPE window> |
|
10 |
|
11 |
|
12 <window orient="vertical" style="border: 2px solid green" |
|
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
14 |
|
15 <hbox> |
|
16 <grid style="border: 2px solid red;"> |
|
17 <columns> |
|
18 <column/> |
|
19 <column/> |
|
20 </columns> |
|
21 |
|
22 <rows> |
|
23 <row style="font-size: 40px"> |
|
24 <text value="foo1"/> |
|
25 <text value="foo2"/> |
|
26 </row> |
|
27 <box width="50" style="border:5px inset grey"> |
|
28 <text value="hello there. This spans"/> |
|
29 </box> |
|
30 <row style="font-size: 40px" > |
|
31 <text value="foo1"/> |
|
32 <text value="foo2"/> |
|
33 </row> |
|
34 |
|
35 </rows> |
|
36 </grid> |
|
37 <spacer flex="1" style="background-color: white"/> |
|
38 </hbox> |
|
39 |
|
40 |
|
41 </window> |