From: <dom...@us...> - 2013-04-30 14:34:17
|
Revision: 331 http://sourceforge.net/p/fvwm-crystal/code/331 Author: dominique_libre Date: 2013-04-30 14:34:13 +0000 (Tue, 30 Apr 2013) Log Message: ----------- Oops, Icon-Launcher: start the icons at the bottom of the layer Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Launcher Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-30 14:27:34 UTC (rev 330) +++ ChangeLog 2013-04-30 14:34:13 UTC (rev 331) @@ -7,6 +7,7 @@ bindings/Music*: updated to use the dB step defined in functions/Mixer (1.5 dB) updated the doc and man pages with those changes synchronized the FAQ man page with the text file + functions/Icon-Launcher: launch the "icons" at the bottom updated the version and NEWS to 3.1.7 Lundi 29 Avril 2013 Dominique Michel Modified: fvwm/components/functions/Icon-Launcher =================================================================== --- fvwm/components/functions/Icon-Launcher 2013-04-30 14:27:34 UTC (rev 330) +++ fvwm/components/functions/Icon-Launcher 2013-04-30 14:34:13 UTC (rev 331) @@ -45,7 +45,7 @@ + I Module FvwmButtons $0 + I Module FvwmAuto 10 -menter "Change-Icon $0 $1" "Restore-Icon $0 $1" + I Style $0 UseStyle * -+ I Style $0 Icon $1, StartIconic, !Handles, VariablePosition, BorderWidth 0, !Borders, ParentalRelativity, IconTitle, IconTitleColorset $[infostore.cs_menu_active], HilightIconTitleColorset $[infostore.cs_menu_active], IconTitleFormat %n, IconBackgroundColorset $[infostore.cs_icon_inactive], IconBackgroundColorset $[infostore.cs_icon_inactive], IconTitleRelief 0, IconBackgroundRelief 0, IconBackgroundRelief 0, IconFont "xft:$[title_font]:pixelsize=$[title_font_size]", StickyIcon,!StickyStippledIconTitle ++ I Style $0 Icon $1, StartIconic, StartsLowered, !Handles, VariablePosition, BorderWidth 0, !Borders, ParentalRelativity, IconTitle, IconTitleColorset $[infostore.cs_menu_active], HilightIconTitleColorset $[infostore.cs_menu_active], IconTitleFormat %n, IconBackgroundColorset $[infostore.cs_icon_inactive], IconBackgroundColorset $[infostore.cs_icon_inactive], IconTitleRelief 0, IconBackgroundRelief 0, IconBackgroundRelief 0, IconFont "xft:$[title_font]:pixelsize=$[title_font_size]", StickyIcon,!StickyStippledIconTitle DestroyFunc Change-Icon AddToFunc Change-Icon This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |