rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.53k stars 104 forks source link

Add a default page name #106

Closed solarmist closed 2 years ago

solarmist commented 2 years ago

In Safari on macOS, the text box is nearly invisible, so I'd like to suggest adding a default title for new pages.

(let ((new-page (create-form-element (main app) :text :value "New Page"))

https://github.com/rabbibotton/clog/blob/74e38ba1ab56a3e292682f4eefeec1f711e6f505/demos/04-demo.lisp#L62

rabbibotton commented 2 years ago

Done. Thanks!