-rw-r--r-- | libopie/owait.cpp | 6 | ||||
-rw-r--r-- | pics/BigBusy.png | bin | 7789 -> 13564 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/libopie/owait.cpp b/libopie/owait.cpp index ae25d7a..c7c4445 100644 --- a/libopie/owait.cpp +++ b/libopie/owait.cpp | |||
@@ -42,3 +42,3 @@ OWait::OWait(QWidget *parent, const char* msg, bool dispIcon ) | |||
42 | m_pix = Resource::loadPixmap( "BigBusy" ); | 42 | m_pix = Resource::loadPixmap( "BigBusy" ); |
43 | resize( 32, 32 ); | 43 | resize( 48, 48 ); |
44 | 44 | ||
@@ -57,3 +57,3 @@ void OWait::paintEvent( QPaintEvent * ) { | |||
57 | QPainter p( m_lb ); | 57 | QPainter p( m_lb ); |
58 | p.drawPixmap( 0, 0, m_pix, 32 * frame, 0, 32, 32 ); | 58 | p.drawPixmap( 0, 0, m_pix, 48 * frame, 0, 48, 48 ); |
59 | } | 59 | } |
@@ -61,3 +61,3 @@ void OWait::paintEvent( QPaintEvent * ) { | |||
61 | void OWait::show() { | 61 | void OWait::show() { |
62 | startTimer( 500 ); | 62 | startTimer( 300 ); |
63 | m_waitTimer->start( m_timerLength * 1000, true ); | 63 | m_waitTimer->start( m_timerLength * 1000, true ); |
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 | |||