Make nops the same size as the others

git-svn-id: file:///home/svn/framework3/trunk@4033 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-10-16 03:48:17 +00:00
parent 18fe74727b
commit acc78b69b0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function openEncodersWindow() {
} }
function openNopsWindow() { function openNopsWindow() {
var nopList = create_window_ajax("/nops/list", "nops-list", "Available No-Op Generators", 400, 200); var nopList = create_window_ajax("/nops/list", "nops-list", "Available No-Op Generators", 600, 300);
nopList.setDestroyOnClose(); nopList.setDestroyOnClose();
nopList.showCenter(); nopList.showCenter();
} }