Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add vertical scroll bar for input area in console
  • Loading branch information
slarosa committed Oct 31, 2012
1 parent 06da4e8 commit 676b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console_sci.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self, parent=None):
# Use raw message to Scintilla here (all messages are documented
# here: http://www.scintilla.org/ScintillaDoc.html)
self.SendScintilla(QsciScintilla.SCI_SETHSCROLLBAR, 0)
self.SendScintilla(QsciScintilla.SCI_SETVSCROLLBAR, 0)
self.SendScintilla(QsciScintilla.SCI_SETVSCROLLBAR, 1)

# not too small
#self.setMinimumSize(500, 300)
Expand Down

0 comments on commit 676b37e

Please sign in to comment.