Fixed Composer bugs 287475, 36937, 36981, 36996. More massive XUL skin conversion.

git-svn-id: svn://10.0.0.236/trunk@67482 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2000-04-28 05:59:16 +00:00
parent c56cb4bb36
commit e196258f67
37 changed files with 1029 additions and 701 deletions

View File

@@ -48,7 +48,7 @@ function Startup()
}
// Create dialog object to store controls for easy access
dialog = new Object;
dialog.rowsInput = document.getElementById("rowsInput");
dialog.rowsInput = document.getElementById("rowsInput");
dialog.columnsInput = document.getElementById("columnsInput");
dialog.widthInput = document.getElementById("widthInput");
dialog.heightInput = document.getElementById("heightInput");