Skip to content

Commit

Permalink
Merge pull request #969 from astrofrog/fix-icons
Browse files Browse the repository at this point in the history
Fix icons for buttons under layer tree widget
  • Loading branch information
astrofrog committed May 2, 2016
2 parents 63eb50a + eb5fd78 commit 0097187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glue/app/qt/layer_tree_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,9 @@ def _connect(self):
self.ui.layerAddButton.clicked.connect(nonpartial(self._load_data))
self.ui.layerRemoveButton.clicked.connect(self._actions['delete'].trigger)
self.ui.linkButton.set_action(self._actions['link'])
self.ui.linkButton.setIcon(get_icon('glue_link'))
self.ui.newSubsetButton.set_action(self._actions['new'], text=False)
self.ui.newSubsetButton.setIcon(get_icon('glue_subset'))

rbut = self.ui.layerRemoveButton

Expand Down

0 comments on commit 0097187

Please sign in to comment.