fx115: Fix Scaffold richlistboxes and load dialog sizing (#3968)
This commit is contained in:
parent
14586d72b0
commit
6ebb15778b
5 changed files with 28 additions and 30 deletions
|
@ -84,10 +84,6 @@ var Scaffold_Load = new function () {
|
|||
listcell.setAttribute('flex', '1');
|
||||
listcell.append(translator.label);
|
||||
listitem.appendChild(listcell);
|
||||
listcell = document.createXULElement("hbox");
|
||||
listcell.setAttribute('width', '130');
|
||||
listcell.append(translator.creator);
|
||||
listitem.appendChild(listcell);
|
||||
|
||||
listbox.appendChild(listitem);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue