Ignore:
Timestamp:
03/02/10 12:25:59 (2 years ago)
Author:
sam
Message:

stylage matrix suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml

    r14993 r14998  
    620620                <content align="center"> 
    621621                        <children> 
    622                         <xul:image xbl:inherits="src=image"/> 
    623                         <xul:label xbl:inherits="value=label"/> 
    624                 </children> 
    625                 <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 
     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"/> 
     625            </children> 
     626            <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 
    626627                </content> 
    627628                <implementation> 
Note: See TracChangeset for help on using the changeset viewer.