@@ -206,8 +206,7 @@ Navigation::Navigation(Pinetime::Controllers::NavigationService& nav) : navServi
206
206
lv_label_set_long_mode (txtNarrative, LV_LABEL_LONG_DOT);
207
207
lv_obj_set_width (txtNarrative, LV_HOR_RES);
208
208
lv_obj_set_height (txtNarrative, 80 );
209
- // lv_label_set_text_static(txtNarrative, "Navigation");
210
- lv_label_set_text (txtNarrative, " Navigation blah blah very long text really long road name etc etc etc" );
209
+ lv_label_set_text_static (txtNarrative, " Navigation" );
211
210
lv_label_set_align (txtNarrative, LV_LABEL_ALIGN_CENTER);
212
211
lv_obj_align (txtNarrative, nullptr , LV_ALIGN_CENTER, 0 , 30 );
213
212
@@ -216,8 +215,7 @@ Navigation::Navigation(Pinetime::Controllers::NavigationService& nav) : navServi
216
215
lv_obj_set_style_local_text_color (txtManDist, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_GREEN);
217
216
lv_obj_set_style_local_text_font (txtManDist, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, &jetbrains_mono_42);
218
217
lv_obj_set_width (txtManDist, LV_HOR_RES);
219
- // lv_label_set_text_static(txtManDist, "--M");
220
- lv_label_set_text_static (txtManDist, " 123m" );
218
+ lv_label_set_text_static (txtManDist, " --M" );
221
219
lv_label_set_align (txtManDist, LV_LABEL_ALIGN_CENTER);
222
220
lv_obj_align (txtManDist, nullptr , LV_ALIGN_CENTER, 0 , 90 );
223
221
0 commit comments