File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,10 @@ def icon(self, ref):
214214 icon_path = os .path .join (self ._icon_dir , self ._icons [ref ])
215215 return QIcon (icon_path )
216216 else :
217- # By default, only X11 will support themed icons. In order to use
218- # themed icons on Mac and Windows, you will have to bundle a compliant
219- # theme in one of your PySide.QtGui.QIcon.themeSearchPaths() and set the
220- # appropriate PySide.QtGui.QIcon.themeName() .
217+ # By default, only X11 will support themed icons. In order to use
218+ # themed icons on Mac and Windows, you will have to bundle a compliant
219+ # theme in one of your PySide.QtGui.QIcon.themeSearchPaths() and set the
220+ # appropriate PySide.QtGui.QIcon.themeName() .
221221 return QIcon .fromTheme (ref )
222222
223223
You can’t perform that action at this time.
0 commit comments