- Timestamp:
- 03/01/10 18:12:34 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/slotContents.xbl.xml
r14786 r14986 52 52 <xul:arrowscrollbox anonid="tabsBar" flex="1" orient="horizontal"> 53 53 <xul:hbox anonid="tabsContainer" flex="1"/> 54 <xul:spacer flex="100"/>54 <xul:spacer anonid="tabsBarSpace" flex="100"/> 55 55 </xul:arrowscrollbox> 56 56 <!-- TODO Historique … … 58 58 <xul:toolbarbutton label=">" oncommand=""/> 59 59 --> 60 <xul:toolbarbutton label="M" oncommand="document.getBindingParent(this).toggleMaximizeBlock();"/>60 <xul:toolbarbutton anonid="maxBtn" oncommand="document.getBindingParent(this).toggleMaximizeBlock();"/> 61 61 </xul:hbox> 62 62 <xul:deck anonid="slotDeck" flex="1" onselect="document.getBindingParent(this).onSelectedView(event)">
Note: See TracChangeset
for help on using the changeset viewer.