mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
expand width to fill size of control pallete
This commit is contained in:
parent
9c70997da7
commit
bd85479bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ of controls and double click to select control."
|
|||
(set-on-window-close win (lambda (obj) (setf (control-pallete-win app) nil)))
|
||||
(setf (positioning control-list) :absolute)
|
||||
(setf (size control-list) 2)
|
||||
(set-geometry control-list :left 0 :top 0 :bottom 0 :width 190)
|
||||
(set-geometry control-list :units "" :left 0 :top 0 :bottom 0 :width "100%")
|
||||
(setf (advisory-title control-list) (format nil "<ctrl> place static~%<shift> child to selected"))
|
||||
(setf (select-tool app) control-list)
|
||||
(dolist (control *supported-controls*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue