Updates to scripter/uiscripter/tabwidgets/outputwidget/outputtextedit.py - Make output area use a monospace font
ClosedPublic

Authored by brendanbd on Dec 28 2017, 12:32 PM.

Details

Reviewers
rempt
Group Reviewers
Krita
Maniphest Tasks
T7627: Generic Scripter UI improvements task
Summary

The scripter editor window uses a monospace font, but the output window does not.
Set the default font of the output window to be monospace.

This diff is against git b37324dc77

Test Plan

print("12345678901234567890")
print(" "*19+"^")

Without this diff, the ^ is under the first 0, with this diff it prints under the second 0

Diff Detail

Repository
R37 Krita
Lint
Lint Skipped
Unit
Unit Tests Skipped
brendanbd created this revision.Dec 28 2017, 12:32 PM
Restricted Application added a subscriber: woltherav. ยท View Herald TranscriptDec 28 2017, 12:32 PM
brendanbd edited the summary of this revision. (Show Details)Dec 28 2017, 12:35 PM
rempt accepted this revision.Jan 23 2018, 9:28 AM
This revision is now accepted and ready to land.Jan 23 2018, 9:28 AM
brendanbd closed this revision.Jan 25 2018, 10:34 PM