mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Fixed stylesheet issue on Circle feed
This commit is contained in:
parent
c26d500349
commit
3b86dce5ac
@ -24,7 +24,7 @@
|
|||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QFrame" name="frame">
|
<widget class="QFrame" name="mainFrame">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
|
@ -501,11 +501,11 @@ GxsChannelPostItem QLabel#logoLabel {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsCircleItem QFrame#frame {
|
GxsCircleItem QFrame#mainFrame {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsCircleItem QLabel#nameLabel, QLabel#titleLabel {
|
GxsCircleItem QLabel#gxsIdLabel, QLabel#nameLabel, QLabel#titleLabel {
|
||||||
font: 11pt;
|
font: 11pt;
|
||||||
font: bold italic;
|
font: bold italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user