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 "ASDF System Browser"
:top 40 :left 225
:width 592 :height 435
:client-movement *client-side-movement*))
(panel (create-asdf-systems (window-content win))))