mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set default Header Stylesheet for Circles
This commit is contained in:
parent
4c986cdc3e
commit
4300d87b3d
@ -637,10 +637,20 @@ IdDialog QFrame#headerFrame {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
IdDialog QFrame#headerFrame_2 {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
|
||||
border: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
IdDialog QLabel#headerTextLabel {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
IdDialog QLabel#headerTextLabel_Circles {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
IdDialog QLabel#avlabel {
|
||||
border: 4px solid white;
|
||||
border-radius: 10px;
|
||||
|
@ -198,6 +198,11 @@ QLabel#headerTextLabel
|
||||
qproperty-fontSizeFactor: 225;
|
||||
}
|
||||
|
||||
QLabel#headerTextLabel_Circles
|
||||
{
|
||||
qproperty-fontSizeFactor: 225;
|
||||
}
|
||||
|
||||
IdEditDialog QLabel#info_label
|
||||
{
|
||||
qproperty-fontSizeFactor: 125;
|
||||
|
Loading…
Reference in New Issue
Block a user