Skip to content
Snippets Groups Projects
Commit da3a4913 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/main_window.py

parent d0d58e06
No related branches found
No related tags found
1 merge request!64#114 Autentiseringstavle-koder: monospaced font
Pipeline #80813 passed
......@@ -223,7 +223,7 @@ class MainWindow(QMainWindow):
self.tabs.setCurrentWidget(tab)
def open_soi_workspace_tab(self):
"""Open tab containing a SOIWorkspaceWidget."""
"""Open and select tab containing a SOIWorkspaceWidget."""
tab = SOIWorkspaceWidget()
self.tabs.addTab(tab, tab.soi.title)
self.tabs.setCurrentWidget(tab)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment