Wed, 22 Feb 2012 12:02:12 +0100
Change the icon on the "Add tab" button of the web browser.
Documentation/Help/source.qch | file | annotate | diff | comparison | revisions | |
Helpviewer/HelpTabWidget.py | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/HelpTabWidget.py Wed Feb 22 09:20:53 2012 +0100 +++ b/Helpviewer/HelpTabWidget.py Wed Feb 22 12:02:12 2012 +0100 @@ -108,7 +108,7 @@ self.setCornerWidget(self.__rightCornerWidget, Qt.TopRightCorner) self.__newTabButton = QToolButton(self) - self.__newTabButton.setIcon(UI.PixmapCache.getIcon("tabNew.png")) + self.__newTabButton.setIcon(UI.PixmapCache.getIcon("plus.png")) self.__newTabButton.setToolTip(self.trUtf8("Open a new help window tab")) self.setCornerWidget(self.__newTabButton, Qt.TopLeftCorner) self.__newTabButton.clicked[bool].connect(self.newBrowser)