- Timestamp:
- 03/02/10 16:31:41 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r14998 r15000 620 620 <content align="center"> 621 621 <children> 622 <xul:image class="tabIcon" xbl:inherits="src=image"/> 623 <xul:label class="tabLabel small-margin" xbl:inherits="value=label"/> 624 <xul:spacer flex="1"/> 622 <xul:stack> 623 <xul:hbox class="tabLabel"> 624 <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 625 <xul:label class="tabLabelTxt small-margin" xbl:inherits="value=label"/> 626 </xul:hbox> 627 <xul:hbox class="tabTools" pack="end" align="top"> 628 <xul:hbox anonid="tabToolBar"> 629 <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 630 </xul:hbox> 631 </xul:hbox> 632 </xul:stack> 625 633 </children> 626 <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/>627 634 </content> 628 635 <implementation>
Note: See TracChangeset
for help on using the changeset viewer.