mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-05 16:51:33 -08:00
typo
This commit is contained in:
parent
a59079dfb3
commit
6ef3e2c35c
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
(cl:in-package :clog)
|
||||
|
||||
;;; clog-panels are for doing layouts specializing in fixed or absolute
|
||||
;;; positioning.
|
||||
;;; clog-panels are for doing layouts, base class for pluggins and custom
|
||||
;;; widgets.
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Implementation - clog-panel
|
||||
|
|
@ -97,7 +97,7 @@ nil. Resizable only works if overflow is set to :SCROLL"))
|
|||
"")
|
||||
(if margin-bottom
|
||||
(format nil "margin-bottom:~A~A;" margin-bottom units)
|
||||
""
|
||||
"")
|
||||
(if width
|
||||
(format nil "width:~A~A;" width units)
|
||||
"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue