[Bug #880] Fixed templateFinder listbox width

FEA: ItEr72S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-03-17 12:20:41 +01:00
parent e244ca49d9
commit 131c56f7a1

View file

@ -93,7 +93,7 @@ public class TemplateFinderPopup extends
bandboxSearch = new BandboxSearch();
bandboxSearch.setFinder(finderName);
bandboxSearch.setWidthBandbox("300px");
bandboxSearch.setListboxWidth("400px");
bandboxSearch.setWidthListbox("600px");
finderPlaceholder.appendChild(bandboxSearch);
bandboxSearch.afterCompose();
popup.open(ref, position);