Enabled word wrap of the description in ChanNewItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-07-12 10:38:22 +00:00
parent bde90e16a5
commit 540f04bed5

View File

@ -98,9 +98,6 @@ border-radius: 2px;}</string>
<property name="text">
<string notr="true">New Channel</string>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
@ -241,6 +238,15 @@ border-radius: 2px;}</string>
<string notr="true">Description
of Channel</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>