mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added default and standard style to SecurityIpItem
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8349 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
871cf4994e
commit
e8c60816cf
@ -323,13 +323,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QLabel" name="titleLabel">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<widget class="StyledLabel" name="titleLabel">
|
||||
<property name="text">
|
||||
<string notr="true">Title</string>
|
||||
</property>
|
||||
|
@ -475,6 +475,12 @@ SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel {
|
||||
color: black;
|
||||
}
|
||||
|
||||
SecurityIpItem > QFrame#frame {
|
||||
border: 2px solid #FF9412;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFE8A4, stop: 1 #FFB252);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
SubFileItem > QFrame#frame {
|
||||
border: 2px solid #238;
|
||||
background: white;
|
||||
|
@ -49,6 +49,11 @@ SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel
|
||||
qproperty-fontSizeFactor: 175;
|
||||
}
|
||||
|
||||
SecurityIpItem QLabel#titleLabel
|
||||
{
|
||||
qproperty-fontSizeFactor: 175;
|
||||
}
|
||||
|
||||
PostedItem QLabel#titleLabel
|
||||
{
|
||||
qproperty-fontSizeFactor: 120;
|
||||
|
Loading…
Reference in New Issue
Block a user