Update rect default icon x offset to match stock

This commit is contained in:
2026-07-20 23:01:17 -04:00
parent 9c20d38612
commit 682b824488
+1 -1
View File
@@ -31,7 +31,7 @@
#else
#define USE_ROUND_BAR_BY_DEFAULT false
#define DEFAULT_ANIM_DISTANCE 5
#define DEFAULT_ICONS_X_OFFSET 0
#define DEFAULT_ICONS_X_OFFSET 1
#endif
static const GRect s_base_grect_rect = GRect(PBL_DISPLAY_WIDTH - ACTION_BAR_WIDTH, 0, ACTION_BAR_WIDTH, PBL_DISPLAY_HEIGHT);