fit-layout to allow for panel-box-layout to recalculate size of panels based on contents

This commit is contained in:
David Botton 2022-08-17 23:34:41 -04:00
parent 8102e4a5f7
commit a8cd449ff2
3 changed files with 33 additions and 4 deletions

View file

@ -2268,14 +2268,14 @@
(defparameter *supported-templates*
(list
'(:name "CLOG Builder - Panel Templates"
'(:name "CLOG Builder - Panel Projects"
:code :group)
'(:name "New Builder Panel Project"
:code "nbp"
:type :system
:www "templates/www/"
:loc "templates/projects/clog-panel/")
'(:name "CLOG Templates - General"
'(:name "CLOG - General Projects"
:code :group)
'(:name "New CLOG Basic HTML Project"
:code "ncp"
@ -2297,7 +2297,7 @@
:type :system
:www "templates/www/"
:loc "templates/projects/clog-web-site/")
'(:name "CLOG/CLOG Builder - Extension Templates"
'(:name "CLOG/CLOG Builder - Extension Projects"
:code :group)
'(:name "New CLOG/CLOG-Builder Plugin Project"
:code "ncplug"