Manuel Reimer's new message window icon XBL b=348720 r+sr=me

git-svn-id: svn://10.0.0.236/trunk@220710 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2007-02-22 10:45:57 +00:00
parent f9f3af9dc5
commit 59015aacd3

View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<bindings id="communicatorBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="row-iconic" extends="xul:row">
<content>
<xul:hbox align="center">
<xul:image class="row-iconic-icon"/>
<children/>
</xul:hbox>
</content>
</binding>
</bindings>