We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9841f42 commit d50c751Copy full SHA for d50c751
src/ert/gui/main_window.py
@@ -79,7 +79,9 @@ def __init__(
79
self.config_file = config_file
80
self.log_handler = log_handler
81
82
- self.setWindowTitle(f"ERT - {config_file} - {find_ert_info()} - {getTraceID()}")
+ self.setWindowTitle(
83
+ f"ERT - {config_file} - {find_ert_info()} - {getTraceID()[:8]}"
84
+ )
85
self.plugin_manager = plugin_manager
86
self.central_widget = QFrame(self)
87
self.central_layout = QHBoxLayout(self.central_widget)
0 commit comments