--- a/eric7/WebBrowser/UrlBar/UrlBar.py Fri May 21 18:01:11 2021 +0200 +++ b/eric7/WebBrowser/UrlBar/UrlBar.py Fri May 21 20:14:48 2021 +0200 @@ -43,7 +43,7 @@ @param parent reference to the parent widget (WebBrowserView) """ E5LineEdit.__init__(self, parent) - self.setInactiveText(self.tr("Enter the URL here.")) + self.setPlaceholderText(self.tr("Enter the URL here.")) self.setWhatsThis(self.tr("Enter the URL here.")) self.__mw = mainWindow