mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08: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"
|
$w.t tag configure grey -background "#DDDDDD" -selectbackground "#999999"
|
||||||
set toggle 0
|
set toggle 0
|
||||||
foreach q $obj {
|
foreach q $obj {
|
||||||
|
if { $did > 0 } {
|
||||||
|
$w.t insert end "\n"
|
||||||
|
}
|
||||||
if { $toggle != 0 } {
|
if { $toggle != 0 } {
|
||||||
$w.t insert end "$q\n" grey
|
$w.t insert end "$q\n" grey
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user