Revert "Default stylesheetfix"

This commit is contained in:
G10h4ck 2021-11-11 10:49:49 +01:00 committed by GitHub
parent 53dfa67d78
commit 13ab6e27f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -62,9 +62,6 @@
</size>
</property>
<layout class="QVBoxLayout" name="trans_Frame_Participants_VL">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>

View File

@ -441,8 +441,3 @@ 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;
}