Fix layout of custom-face-edit widget
* lisp/cus-edit.el (custom-face-edit): Add :format to group widget. (Bug#43977)
This commit is contained in:
parent
4bf9bb56b5
commit
423439b380
1 changed files with 1 additions and 0 deletions
|
@ -3205,6 +3205,7 @@ face attributes (as specified by a `default' defface entry)."
|
|||
:convert-widget 'custom-face-edit-convert-widget
|
||||
:args (mapcar (lambda (att)
|
||||
(list 'group :inline t
|
||||
:format "%v"
|
||||
:sibling-args (widget-get (nth 1 att) :sibling-args)
|
||||
(list 'const :format "" :value (nth 0 att))
|
||||
(nth 1 att)))
|
||||
|
|
Loading…
Add table
Reference in a new issue