mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
tweaks
This commit is contained in:
parent
61853feccb
commit
186b5931d4
2 changed files with 55 additions and 32 deletions
|
|
@ -17,7 +17,7 @@
|
|||
(defun on-file-browse (obj)
|
||||
(let* ((win (create-gui-window obj :title "Browse")))
|
||||
(create-child (window-content win)
|
||||
"<iframe width=100% height=98% src='https://common-lisp.net/'></iframe>")))
|
||||
"<iframe style='width:100%;height:98%;' src='https://common-lisp.net/'></iframe>")))
|
||||
|
||||
(defun on-file-drawing (obj)
|
||||
(let* ((win (create-gui-window obj :title "Drawing"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue