mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add skin to dialog
This commit is contained in:
parent
583733e564
commit
b1268b6a10
1 changed files with 6 additions and 4 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue