This commit is contained in:
David Botton 2021-02-24 19:59:31 -05:00
parent 61853feccb
commit 186b5931d4
2 changed files with 55 additions and 32 deletions

View file

@ -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"))