# HG changeset patch # User nenolod # Date 1132294241 28800 # Node ID 94ca5a831695614668b1badb16de5944a0d38c45 # Parent bcc2b616017bb15625547190b2242e29381a43d9 [svn] Force pango to use a sane fontsize for the playlist window. diff -r bcc2b616017b -r 94ca5a831695 audacious/playlistwin.h --- a/audacious/playlistwin.h Thu Nov 17 21:45:35 2005 -0800 +++ b/audacious/playlistwin.h Thu Nov 17 22:10:41 2005 -0800 @@ -48,7 +48,7 @@ #define PLAYLISTWIN_DEFAULT_POS_X 295 #define PLAYLISTWIN_DEFAULT_POS_Y 20 -#define PLAYLISTWIN_DEFAULT_FONT "Sans Bold 10" +#define PLAYLISTWIN_DEFAULT_FONT "Sans Bold 8" void playlistwin_update_list(void);