Skip to content

Commit 5337f44

Browse files
committed
CLN: fixed bad comment indent
1 parent 23fe1ef commit 5337f44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

larray_editor/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)