Fixed casing for placeholder text
This commit is contained in:
parent
e37089c78a
commit
8bec6fdce0
@ -1130,7 +1130,7 @@ background-color:#6699ff;
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Incoming and outgoing messages will appear here.</string>
|
<string>INCOMING AND OUTGOING MESSAGES WILL APPEAR HERE.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="TransmitTextEdit" name="extFreeTextMsgEdit">
|
<widget class="TransmitTextEdit" name="extFreeTextMsgEdit">
|
||||||
@ -1162,7 +1162,7 @@ QTextEdit[transmitting="true"] {
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Type your outgoing messages here.</string>
|
<string>TYPE YOUR OUTGOING MESSAGES HERE.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user