mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
* 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:
parent
b6019d193b
commit
0bedd67f34
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user