Fix centered Typing Label on ChatWidget.

This commit is contained in:
Phenom 2015-10-13 20:11:30 +02:00
parent 791f5fe886
commit 245a2826c6

View File

@ -252,6 +252,19 @@ border-image: url(:/images/closepressed.png)
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>