diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 4e1267f3..307b7e39 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -930,7 +930,13 @@ class LocalisationTab(PropTab): self.locToolComboBox.setCurrentIndex(toolind) + curroot = settings.value("loc/tool", None) + if curtool is not None: + rootlabel = QLabel("{0} root dircetory".format(curtool)) + else: + rootlabel = QLabel("root dircetory") + rootlabel.setDisabled() class NewEventDlg(QDialog):