summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index f3a03cbd7b..1f5b319e72 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -126,7 +126,7 @@ PLUGIN_HEADER
126#define ROW_INDENT 8 126#define ROW_INDENT 8
127#define MAX_FPS 30 127#define MAX_FPS 30
128 128
129/* 12x12 bubbles (iPod Nano, Sansa E200) */ 129/* 12x12 bubbles (iPod Nano) */
130#elif (LCD_HEIGHT == 132) && (LCD_WIDTH == 176) 130#elif (LCD_HEIGHT == 132) && (LCD_WIDTH == 176)
131#define BUBBLE_WIDTH 12 131#define BUBBLE_WIDTH 12
132#define BUBBLE_HEIGHT 12 132#define BUBBLE_HEIGHT 12