We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1571 commit 7b6be64Copy full SHA for 7b6be64
tools/clog-builder.lisp
@@ -1566,11 +1566,9 @@ It parse the string TEXT without using READ functions."
1566
(when auto-mode
1567
(cond (is-hidden
1568
(setf (width panel) "400px")
1569
- (setf (hiddenp content) nil)
1570
(setf is-hidden nil))
1571
(t
1572
(setf (width panel) "10px")
1573
- (setf (hiddenp content) t)
1574
(setf is-hidden t))))))
1575
(setf (overflow content) :auto)
1576
(setf (positioning control-list) :absolute)
0 commit comments