mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[Plugin installer] Move the status bar label to the right and make it less verbose
This commit is contained in:
parent
3a52412c20
commit
63e5558297
@ -71,8 +71,8 @@ class QgsPluginInstaller(QObject):
|
||||
|
||||
if repositories.checkingOnStart() and repositories.timeForChecking() and repositories.allEnabled():
|
||||
# start fetching repositories
|
||||
self.statusLabel = QLabel(self.tr("Looking for new plugins...") + " ", iface.mainWindow().statusBar())
|
||||
iface.mainWindow().statusBar().insertPermanentWidget(0, self.statusLabel)
|
||||
self.statusLabel = QLabel(iface.mainWindow().statusBar())
|
||||
iface.mainWindow().statusBar().addPermanentWidget(self.statusLabel)
|
||||
self.statusLabel.linkActivated.connect(self.showPluginManagerWhenReady)
|
||||
repositories.checkingDone.connect(self.checkingDone)
|
||||
for key in repositories.allEnabled():
|
||||
|
Loading…
x
Reference in New Issue
Block a user