eric7/UI/Previewers/PreviewerQSS.py

branch
eric7
changeset 8884
74a7c9c7d424
parent 8881
54e42bc2437a
--- a/eric7/UI/Previewers/PreviewerQSS.py	Fri Dec 31 13:32:20 2021 +0100
+++ b/eric7/UI/Previewers/PreviewerQSS.py	Fri Dec 31 17:19:19 2021 +0100
@@ -125,7 +125,7 @@
                             styleIconsPath = os.path.join(
                                 getConfig('ericIconDir'), "StyleIcons")
                     
-                    styleIconsPath =  Utilities.fromNativeSeparators(
+                    styleIconsPath = Utilities.fromNativeSeparators(
                         styleIconsPath)
                     styleSheet = styleSheet.replace("${path}", styleIconsPath)
                     self.scrollAreaWidgetContents.setStyleSheet(styleSheet)

eric ide

mercurial