all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* menu bar sizing
@ 2003-02-15 19:21 Bruce Park
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Park @ 2003-02-15 19:21 UTC (permalink / raw)


I'm currently using emacs21 and I've noticed that I can't really shrink the 
default size of the menu bar. After reading the emacs manual, this is what 
is stated:
================================
horizontalSpacing
Horizontal spacing in pixels between items. Default is 3.
verticalSpacing
Vertical spacing in pixels between items. Default is 1
================================

>From what I can see, this only holds true for emacs20 and not emacs21. Does 
anyone know anything about this?


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: menu bar sizing
       [not found] <mailman.1993.1045336943.21513.help-gnu-emacs@gnu.org>
@ 2003-02-16  6:43 ` Tim X
  0 siblings, 0 replies; 2+ messages in thread
From: Tim X @ 2003-02-16  6:43 UTC (permalink / raw)


>>>>> "Bruce" == Bruce Park <bpark79@hotmail.com> writes:

 Bruce> I'm currently using emacs21 and I've noticed that I can't
 Bruce> really shrink the default size of the menu bar. After reading
 Bruce> the emacs manual, this is what is stated:
 Bruce> ================================ horizontalSpacing Horizontal
 Bruce> spacing in pixels between items. Default is 3.
 Bruce> verticalSpacing Vertical spacing in pixels between
 Bruce> items. Default is 1 ================================

 >> From what I can see, this only holds true for emacs20 and not
 >> emacs21. Does
 Bruce> anyone know anything about this?

I use settings in my .Xresources file to make menu settings smaller

emacs.menu.attributeHeight: 120
emacs.menu.attributeWidth: normal
emacs.menu.attributeWeight: bold

If your not running under X windows, you can probably do this via
custom or with the following (untested)

(set-face-attribute 'menu nil :height 120 :width 'normal :weight
'bold)

Tim






-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-16  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-15 19:21 menu bar sizing Bruce Park
     [not found] <mailman.1993.1045336943.21513.help-gnu-emacs@gnu.org>
2003-02-16  6:43 ` Tim X

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.