From 87ba3646367397e149979a8477a33239cb341e99 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 30 Mar 2003 10:05:40 +0000 Subject: bigger animation to be more distinguish compared to desktop icons, also new animation --- diff --git a/libopie/owait.cpp b/libopie/owait.cpp index ae25d7a..c7c4445 100644 --- a/libopie/owait.cpp +++ b/libopie/owait.cpp @@ -40,7 +40,7 @@ OWait::OWait(QWidget *parent, const char* msg, bool dispIcon ) hbox->activate(); m_pix = Resource::loadPixmap( "BigBusy" ); - resize( 32, 32 ); + resize( 48, 48 ); m_timerLength = 10; @@ -55,11 +55,11 @@ void OWait::timerEvent( QTimerEvent * ) { void OWait::paintEvent( QPaintEvent * ) { QPainter p( m_lb ); - p.drawPixmap( 0, 0, m_pix, 32 * frame, 0, 32, 32 ); + p.drawPixmap( 0, 0, m_pix, 48 * frame, 0, 48, 48 ); } void OWait::show() { - startTimer( 500 ); + startTimer( 300 ); m_waitTimer->start( m_timerLength * 1000, true ); QDialog::show(); } diff --git a/pics/BigBusy.png b/pics/BigBusy.png index d2ebb25..2dae71e 100644 --- a/pics/BigBusy.png +++ b/pics/BigBusy.png Binary files differ -- cgit v0.9.0.2