mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
Update chat input area to use a 14pt font
This commit is contained in:
parent
5fd585aab1
commit
95357a7c35
1 changed files with 6 additions and 0 deletions
|
@ -199,6 +199,12 @@ QPushButton:pressed {
|
||||||
<height>60</height>
|
<height>60</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Helvetica,Arial,sans-serif</family>
|
||||||
|
<pointsize>14</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">border-color: palette(dark); border-style: solid; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px;</string>
|
<string notr="true">border-color: palette(dark); border-style: solid; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px;</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue