* Set Peer Online Bold and with a set TextColor

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-25 19:49:41 +00:00
parent b6019d193b
commit 0bedd67f34

View File

@ -137,6 +137,16 @@
</item>
<item row="1" column="1" >
<widget class="QPushButton" name="messageButton" >
<property name="font" >
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet" >
<string notr="true" >color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #49881F, stop: 1 #49881F );</string>
</property>
<property name="text" >
<string>Peer Online</string>
</property>