mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 06:11:11 -05:00
Merge pull request #2505 from defnax/default-stylesheetfix
Default stylesheetfix
This commit is contained in:
commit
53dfa67d78
@ -62,6 +62,9 @@
|
||||
</size>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="trans_Frame_Participants_VL">
|
||||
<property name="spacing">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
|
@ -441,3 +441,8 @@ QFrame#toolBarFrame, QFrame#toolBarFrameTop {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
ChatWidget QFrame#titleBarFrame {
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user