Add empty line between queue items.

This commit is contained in:
Dianne Skoll
2024-02-05 13:49:11 -05:00
parent 657a6118aa
commit 987983f8ae

View File

@@ -2711,6 +2711,9 @@ proc ShowQueue { file } {
$w.t tag configure grey -background "#DDDDDD" -selectbackground "#999999"
set toggle 0
foreach q $obj {
if { $did > 0 } {
$w.t insert end "\n"
}
if { $toggle != 0 } {
$w.t insert end "$q\n" grey
} else {