diff src/audacious/ui_skinned_window.c @ 4218:f1074a07ec09

mostly works, but the VIS is broken, and the eq window is too large...more bugs need to be found
author Cristi Magherusan <majeru@atheme.org>
date Sun, 27 Jan 2008 23:00:32 +0200
parents 75d99359357b
children de33c83aa06f
line wrap: on
line diff
--- a/src/audacious/ui_skinned_window.c	Sun Jan 27 21:24:28 2008 +0200
+++ b/src/audacious/ui_skinned_window.c	Sun Jan 27 23:00:32 2008 +0200
@@ -160,8 +160,8 @@
             height = bmp_active_skin->properties.mainwin_height;
             break;
         case WINDOW_EQ:
-            width = 275;
-            height = 116;
+            width = 275 * (cfg.scaled ? cfg.scale_factor : 1);
+            height = 116 * (cfg.scaled ? cfg.scale_factor : 1) ;
             break;
         case WINDOW_PLAYLIST:
             width = playlistwin_get_width();