better process list title

This commit is contained in:
stefan schippers 2025-03-18 16:31:07 +01:00
parent 53b90ee689
commit b4344360a9
1 changed files with 1 additions and 0 deletions

View File

@ -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