mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
tweak
This commit is contained in:
parent
eb3c179f8b
commit
f84630d2ac
@ -10,8 +10,15 @@
|
||||
<xul:box class="toolbar-primary" autostretch="never" flex="1">
|
||||
<xul:text class="box-smallheader-left" inherits="title:value"/>
|
||||
<xul:spring flex="1"/>
|
||||
<xul:text class="box-smallheader-right" inherits="description:value"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
<interface>
|
||||
<property name="title" onset="this.setAttribute('title',val); return val;"
|
||||
onget="return this.getAttribute('title');"/>
|
||||
<property name="description" onset="this.setAttribute('description',val); return val;"
|
||||
onget="return this.getAttribute('description');"/>
|
||||
</interface>
|
||||
</binding>
|
||||
|
||||
<binding id="largeheader">
|
||||
|
Loading…
Reference in New Issue
Block a user