resized PushBox

This commit is contained in:
Romain Neutron
2012-02-02 11:26:54 +01:00
parent 9a9e20ae29
commit 7976e94b73

View File

@@ -1869,8 +1869,8 @@ function pushThis(sstt_id, lst)
resizable:false,
closeOnEscape:true,
modal:true,
width:'800',
height:'500'
width:(bodySize.x-50),
height:(bodySize.y-50)
})
.dialog('open');
@@ -1898,8 +1898,8 @@ function feedbackThis(sstt_id, lst)
resizable:false,
closeOnEscape:true,
modal:true,
width:'800',
height:'500'
width:(bodySize.x-50),
height:(bodySize.y-50)
})
.dialog('open');