From 7a75e0ac09f7ded1afe282bcba864ccf86f381ba Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 6 Sep 2022 17:47:47 -0400 Subject: [PATCH] tile new source windows --- tools/clog-builder.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/clog-builder.lisp b/tools/clog-builder.lisp index aae32d7..d5c8835 100644 --- a/tools/clog-builder.lisp +++ b/tools/clog-builder.lisp @@ -2340,7 +2340,6 @@ of controls and double click to select control." (let* ((app (connection-data-item obj "builder-app-data")) (win (create-gui-window obj :title title :title-class title-class - :top 40 :left 225 :width 645 :height 430 :client-movement t)) (box (create-panel-box-layout (window-content win)