Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <bindings xmlns="http://www.mozilla.org/xbl" |
michael@0 | 4 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 5 | xmlns:xbl="http://www.mozilla.org/xbl" |
michael@0 | 6 | xmlns:html="http://www.w3.org/1999/xhtml"> |
michael@0 | 7 | |
michael@0 | 8 | <binding id="gridlike"> |
michael@0 | 9 | <content> |
michael@0 | 10 | <xul:scrollbox allowevents="true" orient="vertical" anonid="main-box" |
michael@0 | 11 | flex="1" style="overflow: auto;"> |
michael@0 | 12 | <children includes="gridlikecols"> |
michael@0 | 13 | <xul:gridlikecols> |
michael@0 | 14 | <xul:gridlikecol flex="1"/> |
michael@0 | 15 | </xul:gridlikecols> |
michael@0 | 16 | </children> |
michael@0 | 17 | <xul:gridlikerows> |
michael@0 | 18 | <children includes="gridlikehead"/> |
michael@0 | 19 | <xul:gridlikeboxbody xbl:inherits="rows,size,minheight"> |
michael@0 | 20 | <children includes="gridlikeitem"/> |
michael@0 | 21 | </xul:gridlikeboxbody> |
michael@0 | 22 | </xul:gridlikerows> |
michael@0 | 23 | </xul:scrollbox> |
michael@0 | 24 | </content> |
michael@0 | 25 | </binding> |
michael@0 | 26 | |
michael@0 | 27 | <binding id="gridlikehead"> |
michael@0 | 28 | <content> |
michael@0 | 29 | <xul:gridlikeheaditem> |
michael@0 | 30 | <children includes="gridlikeheader"/> |
michael@0 | 31 | </xul:gridlikeheaditem> |
michael@0 | 32 | </content> |
michael@0 | 33 | </binding> |
michael@0 | 34 | </bindings> |