mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
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>
This commit is contained in:
committed by
Carlos R. Mafra
parent
99aad55425
commit
e819818eeb
17
NEWS
17
NEWS
@@ -2,7 +2,22 @@
|
||||
NEWS for veteran Window Maker users
|
||||
-----------------------------------
|
||||
|
||||
--- 0.94.0-crm
|
||||
--- 0.95.X
|
||||
|
||||
Options to limit the window/menu title height
|
||||
---------------------------------------------
|
||||
|
||||
You can now set the minimum and maximum titlebar heights.
|
||||
For example, to force all titlebars to 24 pixels execute
|
||||
the following commands:
|
||||
|
||||
$ wdwrite WindowMaker WindowTitleMinHeight 24
|
||||
$ wdwrite WindowMaker WindowTitleMaxHeight 24
|
||||
$ wdwrite WindowMaker MenuTitleMinHeight 24
|
||||
$ wdwrite WindowMaker MenuTitleMaxHeight 24
|
||||
|
||||
|
||||
--- 0.95.2
|
||||
|
||||
New Resizing functionality
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user