mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 13:32:30 +02:00
fixed QTextEdit border color
This commit is contained in:
parent
866afc6191
commit
9f05d71796
1 changed files with 3 additions and 3 deletions
|
@ -217,16 +217,16 @@ padding-left:20px;</string>
|
|||
</font>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">border-color: #c00</string>
|
||||
<string notr="true">border: 1px solid #c5c5c5;</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Plain</enum>
|
||||
</property>
|
||||
<property name="lineWidth">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="html">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
|
|
Loading…
Reference in a new issue