提交 83cb6bf4 编写于 作者: K Kentaro Wada

Fix icons path

上级 fd3a6897
......@@ -12,7 +12,7 @@ here = osp.dirname(osp.abspath(__file__))
def newIcon(icon):
icons_dir = osp.join(here, 'icons')
icons_dir = osp.join(here, '../icons')
return QtGui.QIcon(osp.join(':/', icons_dir, '%s.png' % icon))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册