Mercurial > audlegacy
changeset 1785:e360fad09415 trunk
[svn] - wa2 values for mainwinTitleText property.
author | nenolod |
---|---|
date | Wed, 04 Oct 2006 15:33:17 -0700 |
parents | 641ee4092aea |
children | 4051f893f571 |
files | ChangeLog audacious/widgets/skin.c |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 04 15:27:00 2006 -0700 +++ b/ChangeLog Wed Oct 04 15:33:17 2006 -0700 @@ -1,3 +1,16 @@ +2006-10-04 22:27:00 +0000 William Pitcock <nenolod@nenolod.net> + revision [2525] + - allow the menurow to be set invisible + - add mimetype to np.sh + - revert js's change + + trunk/audacious/mainwin.c | 7 +++++++ + trunk/audacious/widgets/skin.c | 24 ++++++++++++++---------- + trunk/audacious/widgets/skin.h | 2 ++ + trunk/audtool/examples/np.sh | 3 ++- + 4 files changed, 25 insertions(+), 11 deletions(-) + + 2006-10-04 19:47:37 +0000 Jonathan Schleifer <js@h3c.de> revision [2523] The default values for old skins were wrong. But since changing from
--- a/audacious/widgets/skin.c Wed Oct 04 15:27:00 2006 -0700 +++ b/audacious/widgets/skin.c Wed Oct 04 15:33:17 2006 -0700 @@ -534,6 +534,9 @@ skin->properties.mainwin_vis_x = 24; skin->properties.mainwin_vis_y = 43; skin->properties.mainwin_vis_width = 76; + skin->properties.mainwin_text_x = 112; + skin->properties.mainwin_text_y = 27; + skin->properties.mainwin_text_width = 153; skin->properties.mainwin_menurow_visible = TRUE;