We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2fcfd commit 56c165dCopy full SHA for 56c165d
icons/Reset.svg
qgist/workbench/core.py
@@ -125,9 +125,9 @@ def initGui(self):
125
)
126
127
self._ui_dict['toolbutton_reset'] = QToolButton()
128
- # self._ui_dict['toolbutton_reset'].setIcon(QIcon(os.path.join(
129
- # self._plugin_root_fld, ICON_FLD, 'Save.svg'
130
- # )))
+ self._ui_dict['toolbutton_reset'].setIcon(QIcon(os.path.join(
+ self._plugin_root_fld, ICON_FLD, 'Reset.svg'
+ )))
131
self._ui_dict['toolbutton_reset'].setToolTip(translate('global', 'Reset workbench'))
132
self._ui_dict['toolbutton_reset'].setEnabled(False)
133
0 commit comments