mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:36:45 +02:00
Merge pull request #16424 from RebeccaStankus/consoleText
Specified color on text edit for console
This commit is contained in:
commit
2b25dd30d2
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@
|
||||||
<pointsize>-1</pointsize>
|
<pointsize>-1</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="textColor">
|
||||||
|
<color>black</color>
|
||||||
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::NoFrame</enum>
|
<enum>QFrame::NoFrame</enum>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue