diff options
Diffstat (limited to 'metawatch')
-rw-r--r-- | metawatch/metawatchdigital.cpp | 6 | ||||
-rw-r--r-- | metawatch/res/graphics/idle_gmail.bmp | bin | 134 -> 0 bytes | |||
-rw-r--r-- | metawatch/res/graphics/idle_mail.bmp | bin | 0 -> 134 bytes | |||
-rw-r--r-- | metawatch/res/graphics/idle_msg.bmp | bin | 0 -> 134 bytes | |||
-rw-r--r-- | metawatch/res/graphics/idle_sms.bmp | bin | 134 -> 0 bytes |
5 files changed, 3 insertions, 3 deletions
diff --git a/metawatch/metawatchdigital.cpp b/metawatch/metawatchdigital.cpp index 3029613..abe47a9 100644 --- a/metawatch/metawatchdigital.cpp +++ b/metawatch/metawatchdigital.cpp @@ -144,8 +144,8 @@ void MetaWatchDigital::clear(Mode mode, bool black) void MetaWatchDigital::renderIdleScreen() { QImage idle_call(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_call.bmp")); - QImage idle_sms(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_sms.bmp")); - QImage idle_mail(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_gmail.bmp")); + QImage idle_msg(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_msg.bmp")); + QImage idle_mail(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_mail.bmp")); QPainter p; _paintMode = IdleMode; @@ -158,7 +158,7 @@ void MetaWatchDigital::renderIdleScreen() p.drawLine(1, systemAreaHeight * 2 + 4, screenWidth - 2, systemAreaHeight * 2 + 4); p.drawImage((32 * 0) + 4, systemAreaHeight * 2 + 7, idle_call); - p.drawImage((32 * 1) + 4, systemAreaHeight * 2 + 7, idle_sms); + p.drawImage((32 * 1) + 4, systemAreaHeight * 2 + 7, idle_msg); p.drawImage((32 * 2) + 4, systemAreaHeight * 2 + 7, idle_mail); p.end(); diff --git a/metawatch/res/graphics/idle_gmail.bmp b/metawatch/res/graphics/idle_gmail.bmp Binary files differdeleted file mode 100644 index fd129b0..0000000 --- a/metawatch/res/graphics/idle_gmail.bmp +++ /dev/null diff --git a/metawatch/res/graphics/idle_mail.bmp b/metawatch/res/graphics/idle_mail.bmp Binary files differnew file mode 100644 index 0000000..253b5bf --- /dev/null +++ b/metawatch/res/graphics/idle_mail.bmp diff --git a/metawatch/res/graphics/idle_msg.bmp b/metawatch/res/graphics/idle_msg.bmp Binary files differnew file mode 100644 index 0000000..5eada49 --- /dev/null +++ b/metawatch/res/graphics/idle_msg.bmp diff --git a/metawatch/res/graphics/idle_sms.bmp b/metawatch/res/graphics/idle_sms.bmp Binary files differdeleted file mode 100644 index 095ca62..0000000 --- a/metawatch/res/graphics/idle_sms.bmp +++ /dev/null |