Update chat input area to use a 14pt font

This commit is contained in:
Ryan Huffman 2014-04-23 12:30:40 -07:00
parent 5fd585aab1
commit 95357a7c35

View file

@ -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>