Skip to content

Commit a4b19af

Browse files
author
Philip Guo
committed
minor UI tweaks
1 parent d8f7b0d commit a4b19af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

PyTutorGAE/css/pytutor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ table.frameDataViz td.val {
163163

164164
div#pyCodeOutputDiv {
165165
max-width: 550px;
166-
max-height: 620px;
166+
max-height: 450px;
167+
/*max-height: 620px;*/
167168
overflow: auto;
168169
/*margin-bottom: 4px;*/
169170
}

PyTutorGAE/js/pytutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ExecutionVisualizer.prototype.render = function() {
125125
<button id="editBtn" class="medBtn" type="button">Edit code</button>\
126126
</div>\
127127
<div id="executionSliderCaption">\
128-
Click to focus and then use the left and right arrow keys to<br/>\
128+
Click here to focus and then use the left and right arrow keys to<br/>\
129129
step through execution. Click on lines of code to set breakpoints.\
130130
</div>\
131131
<div id="executionSlider"/>\

0 commit comments

Comments
 (0)