From 7375ed80c25d93b0e292692bc9923d05dc7a0cef Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 29 Sep 2007 07:03:37 +0000 Subject: redesigned visualization git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@163 90c681e8-e032-0410-971d-27865f9a5e38 --- src/display.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/display.cpp') diff --git a/src/display.cpp b/src/display.cpp index 11e4d71fa..512599736 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -78,8 +78,8 @@ MainDisplay::MainDisplay ( QWidget *parent ) posbar = new PositionBar ( this ); posbar->move ( 16,72 ); //connect(posbar, SIGNAL(sliderMoved(int)), SLOT(setTime(int))); - MainVisual* vis = new MainVisual ( this,"" ); - vis->setGeometry ( 24,39,75,20 ); + MainVisual* vis = new MainVisual (this); + vis->move(24,39); vis->show(); m_eqButton = new ToggleButton ( this,Skin::BT_EQ_ON_N,Skin::BT_EQ_ON_P, -- cgit v1.2.3-13-gbd6f