summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index b35807de47..57e29ede04 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -205,7 +205,9 @@ enum {
#define ROW_HEIGHT (BUBBLE_WIDTH-(BUBBLE_WIDTH-EMBLEM_WIDTH)/2)
#endif
+#if !defined(ROW_INDENT)
#define ROW_INDENT (BUBBLE_WIDTH/2)
+#endif
#define TEXT_LINES (LCD_HEIGHT/8)