diff --git a/src/c/main.c b/src/c/main.c index b0ca565..00aadb0 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -78,7 +78,7 @@ static void layout_result_text_layer(void) { Layer *root = window_get_root_layer(s_result_window); GRect bounds = layer_get_bounds(root); #if PBL_RECT && PBL_DISPLAY_WIDTH > 144 - const int16_t side_margin = 12; + const int16_t side_margin = 18; #else const int16_t side_margin = 6; #endif