Skip to content

Commit b191a30

Browse files
kierancJF002
authored andcommitted
Tidy up
1 parent d930fd4 commit b191a30

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/displayapp/screens/Navigation.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ Navigation::Navigation(Pinetime::Controllers::NavigationService& nav) : navServi
206206
lv_label_set_long_mode(txtNarrative, LV_LABEL_LONG_DOT);
207207
lv_obj_set_width(txtNarrative, LV_HOR_RES);
208208
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");
211210
lv_label_set_align(txtNarrative, LV_LABEL_ALIGN_CENTER);
212211
lv_obj_align(txtNarrative, nullptr, LV_ALIGN_CENTER, 0, 30);
213212

@@ -216,8 +215,7 @@ Navigation::Navigation(Pinetime::Controllers::NavigationService& nav) : navServi
216215
lv_obj_set_style_local_text_color(txtManDist, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_GREEN);
217216
lv_obj_set_style_local_text_font(txtManDist, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, &jetbrains_mono_42);
218217
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");
221219
lv_label_set_align(txtManDist, LV_LABEL_ALIGN_CENTER);
222220
lv_obj_align(txtManDist, nullptr, LV_ALIGN_CENTER, 0, 90);
223221

0 commit comments

Comments
 (0)