Begin color management for metadata dialog.

This commit is contained in:
BasioMeusPuga
2018-03-04 20:08:44 +05:30
parent 2891c675d5
commit f91ae8d863
6 changed files with 200 additions and 59 deletions

View File

@@ -94,7 +94,7 @@ class MainUI(QtWidgets.QMainWindow, mainwindow.Ui_MainWindow):
# Statusbar - Library background
self.libraryBackground = QtWidgets.QToolButton()
self.libraryBackground.setIcon(QtGui.QIcon.fromTheme('color-management'))
self.libraryBackground.setIcon(QtGui.QIcon(':/images/color.svg'))
self.libraryBackground.setObjectName('libraryBackground')
self.libraryBackground.setToolTip('Change library background color')
self.libraryBackground.setAutoRaise(True)