Bug 879162 - menubar gap is too small when always-showing the menubar from the toolbar context menu, r=dao

This commit is contained in:
Gijs Kruitbosch 2013-06-04 12:52:50 +02:00
parent f926ba5a73
commit 0bd8f29b57
2 changed files with 6 additions and 0 deletions

View File

@ -156,6 +156,9 @@
<constructor>
this._setInactive();
</constructor>
<destructor>
this._setActive();
</destructor>
<field name="_inactiveTimeout">null</field>

View File

@ -409,6 +409,9 @@
<constructor>
this._setInactive();
</constructor>
<destructor>
this._setActive();
</destructor>
<field name="_inactiveTimeout">null</field>