mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -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
1 changed files with 10 additions and 0 deletions
|
@ -137,6 +137,16 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1" >
|
<item row="1" column="1" >
|
||||||
<widget class="QPushButton" name="messageButton" >
|
<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" >
|
<property name="text" >
|
||||||
<string>Peer Online</string>
|
<string>Peer Online</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue