bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43977: 28.0.50; customize-face, default, checkboxes not aligned with


From: Jean Louis
Subject: bug#43977: 28.0.50; customize-face, default, checkboxes not aligned with fields
Date: Wed, 14 Oct 2020 08:36:13 +0300
User-agent: Mutt/1.14.0 (2020-05-02)

* Lars Ingebrigtsen <larsi@gnus.org> [2020-10-14 08:31]:
> Jean Louis <bugs@gnu.support> writes:
> 
> >> (define-widget 'group 'default
> >>   "A widget which groups other widgets inside."
> >>   :convert-widget 'widget-types-convert-widget
> >>   :copy 'widget-types-copy
> >>   :format ":\n%v"
> >> 
> >> But I have no idea how to override that in the context of a face
> >> definition.  Anybody?
> >
> > Cannot you just remove the colon and new line?
> 
> No, this is used for all widgets -- it's the default rendering of
> widgets with children, and for the other widgets this looks fine.

How you will solve it, you better know.

I would like to know if you understand what I mean and if you agree
that it looks better this way:

Hide Bold face: [sample]
    State : STANDARD.
   Basic bold face.
   [ ] Font Family: --
   [ ] Font Foundry: --
   [ ] Width: --
   [ ] Height: --
   [X] Weight: Value Menu bold
   [ ] Slant: --
   [ ] Underline: --
   [ ] Overline: --


Then this way:

Hide Bold face: [sample]
    State : STANDARD.
   Basic bold face.
   [ ] Font Family: --
   [ ] Font Foundry: --
   [ ] Width: --
   [ ] Height: --
   [X] :
       Weight: Value Menu bold
   [ ] Slant: --
   [ ] Underline: --
   [ ] Overline: --


and that it would look better this way:

Hide Default face: [sample]
    State : SET for current session only.
   Basic default face.
   [X] Font Family: DejaVu Sans Mono
   [X] Font Foundry: PfEd
   [X] Width: Value Menu medium
   [X] Height: Value Menu Height in 1/10 pt: 120
   [X] Weight: Value Menu normal
   [X] Slant: Value Menu normal
   [X] Underline: Value Menu Off

Then this way:

Hide Default face: [sample]
    State : SET for current session only.
   Basic default face.
   [X] :
       Font Family: DejaVu Sans Mono
   [X] :
       Font Foundry: PfEd
   [X] :
       Width: Value Menu medium
   [X] :
       Height: Value Menu Height in 1/10 pt: 120
   [X] :
       Weight: Value Menu normal
   [X] :
       Slant: Value Menu normal
   [X] :
       Underline: Value Menu Off






reply via email to

[Prev in Thread] Current Thread [Next in Thread]