remove default locations for many windows

This commit is contained in:
David Botton 2024-05-30 23:16:40 -04:00
parent c2d3837f3c
commit fe12e47acb
4 changed files with 0 additions and 5 deletions

View file

@ -4,7 +4,6 @@
(let* ((*default-title-class* *builder-title-class*)
(*default-border-class* *builder-border-class*)
(win (create-gui-window obj :title "System Browser"
:top 40 :left 225
:width 685 :height 530
:client-movement *client-side-movement*))
(panel (create-sys-browser (window-content win))))