diff audacious/ui_playlist.c @ 1040:f866da587845 trunk

[svn] mainwin.c: - always on top fix - playlistwin_time fix skin.c: - set default text colors in case of missing pledit.txt ui_playlist.c - playlistwin_info width fix
author nhjm449
date Sun, 14 May 2006 01:20:40 -0700
parents 9189b80b6bea
children 286156196e16
line wrap: on
line diff
--- a/audacious/ui_playlist.c	Sat May 13 23:28:57 2006 -0700
+++ b/audacious/ui_playlist.c	Sun May 14 01:20:40 2006 -0700
@@ -1567,7 +1567,7 @@
     playlistwin_info =
         create_textbox(&playlistwin_wlist, playlistwin_bg, playlistwin_gc,
                        playlistwin_get_width() - 143,
-                       cfg.playlist_height - 28, 85, FALSE, SKIN_TEXT);
+                       cfg.playlist_height - 28, 90, FALSE, SKIN_TEXT);
 
     /* mini play control buttons at right bottom corner */