From b4344360a9ff50d1dfd488e9785f37c69174c6d9 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Tue, 18 Mar 2025 16:31:07 +0100 Subject: [PATCH] better process list title --- src/xschem.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 8b4f57b8..6b24588d 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -506,6 +506,7 @@ proc list_running_cmds {} { if {![info exists has_x]} {return} if {[winfo exists $top]} {return} toplevel $top -class Dialog + wm title $top "List of running commands - started from [xschem get current_name]" # wm transient $top [xschem get topwindow] set frame1 $top.f1 set frame2 $top.f2