Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[dbmanager] rename tree label to providers for clarity
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/plugins/db_manager/db_manager.py
|
@@ -393,7 +393,7 @@ def setupUi(self): |
|
|
self.layout.addWidget(self.infoBar, 0, 0, 1, 1) |
|
|
|
|
|
# create database tree |
|
|
self.dock = QDockWidget(self.tr("Tree"), self) |
|
|
self.dock = QDockWidget(self.tr("Providers"), self) |
|
|
self.dock.setObjectName("DB_Manager_DBView") |
|
|
self.dock.setFeatures(QDockWidget.DockWidgetMovable) |
|
|
self.tree = DBTree(self) |
|
|