When I add a QsciScintilla object to my main window, the horizontal scrollbar is active and super wide (tons of clear white space) . Easy fix?
Easy fix:
sc.SendScintilla (sc.SCI_SETHSCROLLBAR, 0)
When I add a QsciScintilla object to my main window, the horizontal scrollbar is active and super wide (tons of clear white space) . Easy fix?
Easy fix:
sc.SendScintilla (sc.SCI_SETHSCROLLBAR, 0)
Comments
Post a Comment