Commit 40ac1b9ba0aea070f791000c133f20ac09564706
1 parent
a36341a2
fullscreen1
Showing
1 changed file
with
3 additions
and
0 deletions
src/gxb-ide/Iterm.js
| @@ -247,6 +247,9 @@ | @@ -247,6 +247,9 @@ | ||
| 247 | } else if (document.webkitExitFullscreen) { | 247 | } else if (document.webkitExitFullscreen) { |
| 248 | document.webkitExitFullscreen(); | 248 | document.webkitExitFullscreen(); |
| 249 | } | 249 | } |
| 250 | + | ||
| 251 | + $('.CodeMirror-gutter').css('display','block'); | ||
| 252 | + $('.console-wrap').css('paddingLeft','204px'); | ||
| 250 | } | 253 | } |
| 251 | 254 | ||
| 252 | window.Iterm = Iterm | 255 | window.Iterm = Iterm |