add skin to dialog

This commit is contained in:
David Botton 2024-04-06 23:28:39 -04:00
parent 583733e564
commit b1268b6a10

View file

@ -218,10 +218,12 @@
(clog:shutdown)
(uiop:quit))
(t
(confirm-dialog panel "Load project?"
(lambda (answer)
(load-proj answer))
:title "System not loaded")))))))))
(let* ((*default-title-class* *builder-title-class*)
(*default-border-class* *builder-border-class*))
(confirm-dialog panel "Load project?"
(lambda (answer)
(load-proj answer))
:title "System not loaded"))))))))))
(defun projects-add-dep (panel sys)
(Input-dialog panel "Enter system name:"