limit width of typing label to 400px, to prevent long names from stretching the chatwidget (patch from Henry)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8545 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-23 16:37:53 +00:00
parent 2d26a329c6
commit 23f04b1622

View File

@ -476,6 +476,9 @@ border-image: url(:/images/closepressed.png)
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<item>
<widget class="QLabel" name="typingpixmapLabel">
<property name="minimumSize">
@ -506,6 +509,12 @@ border-image: url(:/images/closepressed.png)
<property name="indent">
<number>3</number>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>18</height>
</size>
</property>
</widget>
</item>
</layout>