- Timestamp:
- 03/02/10 16:31:41 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r14998 r15000 52 52 <xul:arrowscrollbox anonid="tabsBar" flex="1" orient="horizontal"> 53 53 <xul:hbox anonid="tabsContainer" flex="1"/> 54 <xul:spacer anonid="tabsBarSpace" flex="100 "/>54 <xul:spacer anonid="tabsBarSpace" flex="10000"/> 55 55 </xul:arrowscrollbox> 56 56 <!-- TODO Historique … … 103 103 <!-- Interne : onglets destinés pour le slotContents --> 104 104 <binding id="slotTabContent" extends="chrome://scenariCore/content/widgets/matrix/matrix.xbl.xml#slotTab"> 105 <content align=" center" flex="1">105 <content align="top"> 106 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;"/> 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> 110 118 </children> 111 <xul:toolbarbutton anonid="closeBtn" oncommand="document.getBindingParent(this).closeTab();"/>112 119 </content> 113 120 </binding>
Note: See TracChangeset
for help on using the changeset viewer.