unified icon set used for PyLoT in order to match the license restriction

This commit is contained in:
2015-07-07 10:31:39 +02:00
parent b5e279a318
commit f99f5dbc8f
22 changed files with 24 additions and 12 deletions

View File

@@ -224,7 +224,7 @@ class PickDlg(QDialog):
filter_icon = QIcon()
filter_icon.addPixmap(QPixmap(':/icons/filter.png'))
zoom_icon = QIcon()
zoom_icon.addPixmap(QPixmap(':/icons/zoom.png'))
zoom_icon.addPixmap(QPixmap(':/icons/zoom_in.png'))
# create actions
self.filterAction = createAction(parent=self, text='Filter',