Further inset emery

This commit is contained in:
2026-04-12 02:13:02 -04:00
parent 9bfd1f96bb
commit c80679f6b0

View File

@@ -78,7 +78,7 @@ static void layout_result_text_layer(void) {
Layer *root = window_get_root_layer(s_result_window); Layer *root = window_get_root_layer(s_result_window);
GRect bounds = layer_get_bounds(root); GRect bounds = layer_get_bounds(root);
#if PBL_RECT && PBL_DISPLAY_WIDTH > 144 #if PBL_RECT && PBL_DISPLAY_WIDTH > 144
const int16_t side_margin = 12; const int16_t side_margin = 18;
#else #else
const int16_t side_margin = 6; const int16_t side_margin = 6;
#endif #endif