Minor - the doc action dropdown list box is too small.

This commit is contained in:
Heng Sin Low 2012-11-19 22:37:04 +08:00
parent e364f2e1c0
commit eed9d21277
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public class WDocActionPanel extends Window implements EventListener<Event>, Dia
lstDocAction.setId("lstDocAction");
lstDocAction.setRows(0);
lstDocAction.setMold("select");
lstDocAction.setWidth("100px");
lstDocAction.setWidth("200px");
lstDocAction.addEventListener(Events.ON_SELECT, this);
confirmPanel = new ConfirmPanel(true);