mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed border radius of the thread and forum Label's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cd33979729
commit
b0eb329d31
@ -831,7 +831,7 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
border: 2px solid #CCCCCC;
|
||||
border-radius: 10px;
|
||||
border-radius:6px;
|
||||
background: white;
|
||||
</string>
|
||||
</property>
|
||||
@ -935,7 +935,7 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QLabel#threadTitle{
|
||||
border: 2px solid #CCCCCC;
|
||||
border-radius: 10px;
|
||||
border-radius: 6px;
|
||||
background: white;}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user