From: <dom...@us...> - 2011-01-29 21:13:21
|
Revision: 73 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=73&view=rev Author: dominique_libre Date: 2011-01-29 21:13:15 +0000 (Sat, 29 Jan 2011) Log Message: ----------- Trayer: support for into the recipes Modified Paths: -------------- ChangeLog fvwm/components/functions/NotificationAreaManager-trayer Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-29 21:10:11 UTC (rev 72) +++ ChangeLog 2011-01-29 21:13:15 UTC (rev 73) @@ -19,6 +19,7 @@ * components/Music: common code to all the players * updated the media players for use with components/Music * StaloneTray: cleanup + * Trayer: support for $trayer_height into the recipes Samedi 1 janvier 2011 Dominique Michel * Wimdow-Raise-Move-Lover witll focus on a non overlapped window Modified: fvwm/components/functions/NotificationAreaManager-trayer =================================================================== --- fvwm/components/functions/NotificationAreaManager-trayer 2011-01-29 21:10:11 UTC (rev 72) +++ fvwm/components/functions/NotificationAreaManager-trayer 2011-01-29 21:13:15 UTC (rev 73) @@ -27,7 +27,7 @@ --SetDockType false \ --widthtype $[trayer_width_t] \ --heighttype $[trayer_heigth_t] \ ---height 24 \ +--height $[trayer_height] \ --edge $[trayer_edge] \ --align $[trayer_align] \ --transparent true \ @@ -37,4 +37,6 @@ --distance $[trayer_dist] \ $[trayer_width_w] +Style trayer NoTitle, !Borders, NoIcon + # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |