|
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="width: 100px; border: 2px solid red;"> |
|
17 <rows> |
|
18 <row style="font-size: 40px"> |
|
19 <text value="foo1"/> |
|
20 <text value="foo2"/> |
|
21 </row> |
|
22 <description> |
|
23 this is some html in the row this should wrap if it is big enough. |
|
24 </description> |
|
25 <row style="font-size: 40px"> |
|
26 <text value="foo3"/> |
|
27 <text value="foo4"/> |
|
28 </row> |
|
29 |
|
30 </rows> |
|
31 </grid> |
|
32 <spacer flex="1" style="background-color: white"/> |
|
33 </hbox> |
|
34 |
|
35 |
|
36 </window> |