startup improvements

This commit is contained in:
David Botton 2024-03-25 17:20:13 -04:00
parent 2bf3ae1409
commit df0a8b8cb2
2 changed files with 24 additions and 8 deletions

View file

@ -52,7 +52,7 @@
(let* ((app (connection-data-item obj "builder-app-data"))
(win (create-gui-window obj :title title
:title-class title-class
:width 645 :height 430
:width 700 :height 480
:client-movement *client-side-movement*))
(box (create-panel-box-layout (window-content win)
:left-width 0 :right-width 0