Merge pull request #16424 from RebeccaStankus/consoleText

Specified color on text edit for console
This commit is contained in:
Shannon Romano 2019-10-30 09:15:27 -07:00 committed by GitHub
commit 2b25dd30d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,6 +227,9 @@
<pointsize>-1</pointsize>
</font>
</property>
<property name="textColor">
<color>black</color>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>