lqml/examples/cl-repl/lisp/qml-reload/on-reloaded.lisp
2022-04-09 19:12:45 +02:00

6 lines
142 B
Common Lisp

;;; this file will be loaded every time QML has been reloaded
(in-package :editor)
(when (q< |small| ui:*main*)
(change-font :smaller 3))