Mercurial > audlegacy
changeset 205:94ca5a831695 trunk
[svn] Force pango to use a sane fontsize for the playlist window.
author | nenolod |
---|---|
date | Thu, 17 Nov 2005 22:10:41 -0800 |
parents | bcc2b616017b |
children | 4a0da3580b55 |
files | audacious/playlistwin.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);