Minor - the doc action dropdown list box is too small.
This commit is contained in:
parent
e364f2e1c0
commit
eed9d21277
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue