Options for limiting window/menu title height
commite819818eeb82ee93cb5d06b3d554d4fd16bae54c
authorAlexey I. Froloff <raorn@altlinux.org>
Mon, 27 Feb 2012 14:13:07 +0000 (27 14:13 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 27 Feb 2012 14:19:49 +0000 (27 14:19 +0000)
tree72cd1d7027bd03c01977e3db49b18193deeab129
parent99aad55425339efc4b3598b42192a9f8d6c631a9
Options for limiting window/menu title height

(Window|Menu)Title(Min|Max)Height defaults options allow to set
minimum and maximum titlebar height.

For example, to force all titlebars to 24 pixels execute
following commands:

$ wdwrite WindowMaker WindowTitleMinHeight 24
$ wdwrite WindowMaker WindowTitleMaxHeight 24
$ wdwrite WindowMaker MenuTitleMinHeight 24
$ wdwrite WindowMaker MenuTitleMaxHeight 24

Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
NEWS
src/WindowMaker.h
src/defaults.c
src/framewin.c
src/framewin.h
src/menu.c
src/moveres.c
src/placement.c
src/window.c