--- a/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Tue Jan 07 18:08:40 2014 +0100 +++ b/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Wed Jan 08 19:07:23 2014 +0100 @@ -21,6 +21,7 @@ from DocumentationTools.Config import eric5docDefaultColors, \ eric5docColorParameterNames import Utilities +import UI.PixmapCache from eric5config import getConfig @@ -40,6 +41,11 @@ super().__init__(parent) self.setupUi(self) + self.outputDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.ignoreDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.cssButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.qtHelpDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok) self.__initializeDefaults()