Path should be read only, not disabled

This commit is contained in:
Veronica K. B. Olsen
2020-05-27 23:43:16 +02:00
parent 43892d5c04
commit 2c98683aff
+1 -1
View File
@@ -93,7 +93,7 @@ class GuiProjectLoad(QDialog):
self.lblRecent = QLabel("<b>Recently Opened Projects</b>")
self.lblPath = QLabel("<b>Path</b>")
self.selPath = QLineEdit("")
self.selPath.setEnabled(False)
self.selPath.setReadOnly(True)
self.browseButton = QPushButton("...")
self.browseButton.setMaximumWidth(30)