diff --git a/tools/clog-builder.lisp b/tools/clog-builder.lisp index b46553b..32185f8 100644 --- a/tools/clog-builder.lisp +++ b/tools/clog-builder.lisp @@ -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 " place static~% child to selected")) (setf (select-tool app) control-list) (dolist (control *supported-controls*)