mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
6 lines
142 B
Common Lisp
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))
|