We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b40b commit d033f19Copy full SHA for d033f19
src/displayapp/screens/Timer.cpp
@@ -60,7 +60,7 @@ Timer::Timer(Controllers::Timer& timerController) : timer {timerController} {
60
lv_obj_set_size(btnPlayPause, LV_HOR_RES, 50);
61
62
txtPlayPause = lv_label_create(btnPlayPause, nullptr);
63
- //lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
+ // lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
64
65
if (timer.IsRunning()) {
66
SetTimerRunning();
0 commit comments