further refine events window

This commit is contained in:
David Botton 2024-07-29 22:41:57 -04:00
parent 0055961425
commit 69d06c223c
3 changed files with 9 additions and 5 deletions

View file

@ -366,7 +366,8 @@
(lambda (result)
(when result
(setf (text-value control) result)
(adjust-control-placer control)))
(adjust-control-placer control)
(setf (text td2) result)))
:default-value (text-value control)
:width 800
:height 420