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
dialog=IncomingFileTransferDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
@@ -4120,9 +5115,10 @@ class SessionManager(object):
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.