fix glitches caused by my 30536 checkin friday night

This commit is contained in:
ben%netscape.com 2000-06-18 23:38:23 +00:00
Родитель 7438c28d5d
Коммит 61d5021a01
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -12,7 +12,8 @@
<script language="JavaScript">
<![CDATA[
if (panel) {
var panel;
if (panel != undefined) {
switch(panel)
{
case "chrome://communicator/content/pref/pref-advanced.xul":

Просмотреть файл

@ -84,7 +84,7 @@
<box flex="1">
<!-- tree sidebar -->
<tree class="inset" id="prefsTree" flex="1"/>
<tree class="inset" id="prefsTree" flex="3"/>
<iframe id="panelFrame" name="panelFrame" style="width:0px" flex="7"/>
<script language="JavaScript">