Ignore:
Timestamp:
03/02/10 16:31:41 (2 years ago)
Author:
sam
Message:

stylage matrix suite

File:
1 edited

Legend:

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

    r14998 r15000  
    5252                                <xul:arrowscrollbox anonid="tabsBar" flex="1" orient="horizontal"> 
    5353                                        <xul:hbox anonid="tabsContainer" flex="1"/> 
    54                                         <xul:spacer anonid="tabsBarSpace" flex="100"/> 
     54                                        <xul:spacer anonid="tabsBarSpace" flex="10000"/> 
    5555                                </xul:arrowscrollbox> 
    5656                                <!-- TODO Historique 
     
    103103        <!-- Interne : onglets destinés pour le slotContents --> 
    104104        <binding id="slotTabContent" extends="chrome://scenariCore/content/widgets/matrix/matrix.xbl.xml#slotTab"> 
    105                 <content align="center" flex="1"> 
     105                <content align="top"> 
    106106                                <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;"/> 
     107                                        <xul:stack> 
     108                                                <xul:hbox class="tabLabel"> 
     109                                <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 
     110                                        <xul:label class="tabLabelTxt small-margin" xbl:inherits="value=label" minwidth="20" crop="end"/> 
     111                                                </xul:hbox> 
     112                                                <xul:hbox class="tabTools" pack="end" align="top"> 
     113                                                        <xul:hbox anonid="tabToolBar"> 
     114                                                <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/> 
     115                                                        </xul:hbox> 
     116                                                </xul:hbox> 
     117                                        </xul:stack> 
    110118                    </children> 
    111                 <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/> 
    112119                </content> 
    113120        </binding> 
Note: See TracChangeset for help on using the changeset viewer.