mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 14:28:40 +02:00
Add empty line between queue items.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user