mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
Added word wrap to the title of the thread and the subject of the message to avoid the stretch of the splitter.
Changed style sheet of the tags in MessageDialog to gradient color. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4203 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
650ef12af6
commit
bb832d15e8
3 changed files with 79 additions and 145 deletions
|
@ -904,20 +904,14 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QLabel" name="threadTitle">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QLabel#threadTitle{
|
||||
border: 2px solid #CCCCCC;
|
||||
border-radius: 6px;
|
||||
background: white;}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue