forked from hummypkg/sweeper
Merge pull request 'Change hard-wired initial size of "Test results" dialogue to be proportional to viewport dimensions' (#1) from df/sweeper:df-testresults-patch into master
This commit is contained in:
commit
71582925b4
@ -952,7 +952,8 @@ $('#b_test,#b_run')
|
||||
}
|
||||
|
||||
$('#testresults').dialog({
|
||||
height: '600', width: '800',
|
||||
/* 'auto' is too small: use a big chunk of the available space */
|
||||
height: $(window).height()*0.8, width: $(window).width()*0.75,
|
||||
draggable: true, resizable: true,
|
||||
autoOpen: true,
|
||||
buttons: {
|
||||
|
Loading…
Reference in New Issue
Block a user