OTHER: Fixes to Skin handling

Fixed grapicglitches in equalizer, and added close button to equalizer
This commit is contained in:
Thomas Frauendorfer 2008-05-16 01:55:25 +02:00
parent b4e4b365b3
commit f0211e3958
5 changed files with 62 additions and 18 deletions

View file

@ -68,6 +68,8 @@ class EqualizerWidget : public QWidget
XConfig *m_xconfig;
QPixmap m_pixmap;
QPixmap m_graph;
PixmapButton *m_closebtn;
PixmapButton *m_shadebtn;
PixmapButton *m_enable;
PixmapButton *m_auto;
PixmapButton *m_preset;