@@ -1230,6 +1230,7 @@ class ConferenceParticipantWidget(base_class, ui_class):
self.palettes.standard.setColor(QPalette.Window,self.palettes.standard.color(QPalette.Base))# We modify the palettes because only the Oxygen theme honors the BackgroundRole if set
self.palettes.alternate.setColor(QPalette.Window,self.palettes.standard.color(QPalette.AlternateBase))# AlternateBase set to #f0f4ff or #e0e9ff by designer
# draw the remove indicator at the top (works best with a state_label of width 14)
cross_rect=QRect(0,0,14,14)
...
...
@@ -3056,6 +3068,7 @@ class ChatSessionWidget(base_class, ui_class):
self.palettes.standard.setColor(QPalette.Window,self.palettes.standard.color(QPalette.Base))# We modify the palettes because only the Oxygen theme honors the BackgroundRole if set
self.palettes.alternate.setColor(QPalette.Window,self.palettes.standard.color(QPalette.AlternateBase))# AlternateBase set to #f0f4ff or #e0e9ff by designer