- Timestamp:
- 03/02/10 12:25:59 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r14986 r14998 104 104 <binding id="slotTabContent" extends="chrome://scenariCore/content/widgets/matrix/matrix.xbl.xml#slotTab"> 105 105 <content align="center" flex="1"> 106 <xul:image xbl:inherits="src=image"/> 107 <xul:label xbl:inherits="value=label" flex="1" minwidth="20" crop="end"/> 106 <children> 107 <xul:image class="tabIcon" xbl:inherits="src=image"/> 108 <xul:label class="tabLabel small-margin" xbl:inherits="value=label" minwidth="20" crop="end"/> 109 <xul:spacer flex="1" style="background-color: green;"/> 110 </children> 108 111 <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/> 109 112 </content>
Note: See TracChangeset
for help on using the changeset viewer.