Show More
@@ -47,11 +47,11 b' var IPython = (function (IPython) {' | |||||
47 |
|
47 | |||
48 | var pager_height = IPython.pager.percentage_height*app_height; |
|
48 | var pager_height = IPython.pager.percentage_height*app_height; | |
49 | var pager_splitter_height = $('div#pager_splitter').outerHeight(true); |
|
49 | var pager_splitter_height = $('div#pager_splitter').outerHeight(true); | |
50 |
$('div#pager'). |
|
50 | $('div#pager').outerHeight(pager_height); | |
51 | if (IPython.pager.expanded) { |
|
51 | if (IPython.pager.expanded) { | |
52 |
$('div#notebook'). |
|
52 | $('div#notebook').outerHeight(app_height-pager_height-pager_splitter_height); | |
53 | } else { |
|
53 | } else { | |
54 |
$('div#notebook'). |
|
54 | $('div#notebook').outerHeight(app_height-pager_splitter_height); | |
55 | } |
|
55 | } | |
56 | }; |
|
56 | }; | |
57 |
|
57 |
General Comments 0
You need to be logged in to leave comments.
Login now