changeset 1781:06882533bf8f trunk

[svn] - default skin.hints:mainwinVisWidth value
author nenolod
date Wed, 04 Oct 2006 03:41:41 -0700
parents be1de1dd7262
children b70379f03786
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 04 03:39:41 2006 -0700
+++ b/ChangeLog	Wed Oct 04 03:41:41 2006 -0700
@@ -1,3 +1,13 @@
+2006-10-04 10:39:41 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2517]
+  - implement [skin.hints:mainwinVisWidth] property.
+  
+  trunk/audacious/mainwin.c      |    4 ++++
+  trunk/audacious/widgets/skin.c |    8 ++++++++
+  trunk/audacious/widgets/skin.h |    1 +
+  3 files changed, 13 insertions(+)
+
+
 2006-10-04 10:05:39 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2515]
   - implement [skin.hints:mainwinPlayStatus(X,Y)] properties.
--- a/audacious/widgets/skin.c	Wed Oct 04 03:39:41 2006 -0700
+++ b/audacious/widgets/skin.c	Wed Oct 04 03:41:41 2006 -0700
@@ -532,7 +532,8 @@
 
     skin->properties.mainwin_othertext = 0;
     skin->properties.mainwin_vis_x = 24;
-    skin->properties.mainwin_vis_y = 46;
+    skin->properties.mainwin_vis_y = 43;
+    skin->properties.mainwin_vis_width = 76;
 
     filename = find_file_recursively(path_p, "skin.hints");