views:

109

answers:

1

When I add a QsciScintilla object to my main window the horizontal scrollbar is active and super wide (tons of apparent white space). Easy fix?

+1  A: 

Easy fix:

sc.SendScintilla(sc.SCI_SETHSCROLLBAR, 0)
dF