Skip to content

Commit e5a536e

Browse files
committed
Cosmetic adjustments when running Flask applications
1 parent 4968d38 commit e5a536e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: v2/run.go

+5
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ func (e *Editor) DrawOutput(c *vt100.Canvas, maxLines int, title, collectedOutpu
227227
lowerBox.H = 5
228228
}
229229

230+
if e.flaskApplication.Load() {
231+
lowerBox.X -= 7
232+
lowerBox.W += 7
233+
}
234+
230235
lowerBox.Y -= 5
231236
lowerBox.H += 4
232237

0 commit comments

Comments
 (0)