mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
center template win
This commit is contained in:
parent
300717cab9
commit
1b184566ab
1 changed files with 1 additions and 0 deletions
|
|
@ -1338,6 +1338,7 @@ of controls and double click to select control."
|
||||||
(win (create-gui-window obj :title "New Application Template"
|
(win (create-gui-window obj :title "New Application Template"
|
||||||
:width 500 :height 400))
|
:width 500 :height 400))
|
||||||
(ct (create-clog-templates (window-content win))))
|
(ct (create-clog-templates (window-content win))))
|
||||||
|
(window-center win)
|
||||||
(setf (win ct) win)
|
(setf (win ct) win)
|
||||||
(dolist (tmpl *supported-templates*)
|
(dolist (tmpl *supported-templates*)
|
||||||
(add-select-option (template-box ct) (getf tmpl :code) (getf tmpl :name)))))
|
(add-select-option (template-box ct) (getf tmpl :code) (getf tmpl :name)))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue