mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-02 23:33:44 -08:00
project tree controls
This commit is contained in:
parent
358b4b1309
commit
7a3f0ddace
9 changed files with 135 additions and 70 deletions
|
|
@ -46,7 +46,10 @@
|
|||
(unless (controls-win app)
|
||||
(let* ((*default-title-class* *builder-title-class*)
|
||||
(*default-border-class* *builder-border-class*)
|
||||
(win (create-gui-window obj :title "Controls" :has-pinner t :width 220))
|
||||
(win (create-gui-window obj :title "Controls"
|
||||
:has-pinner t
|
||||
:keep-on-top t
|
||||
:width 220))
|
||||
(content (window-content win))
|
||||
(sheight (floor (/ (height content) 2)))
|
||||
(swidth (floor (width content)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue