mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fit-layout to allow for panel-box-layout to recalculate size of panels based on contents
This commit is contained in:
parent
8102e4a5f7
commit
a8cd449ff2
3 changed files with 33 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue