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):
214
214
icon_path = os .path .join (self ._icon_dir , self ._icons [ref ])
215
215
return QIcon (icon_path )
216
216
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() .
221
221
return QIcon .fromTheme (ref )
222
222
223
223
You can’t perform that action at this time.
0 commit comments