mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 03:11:37 +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>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Helvetica,Arial,sans-serif</family>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<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>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue