Skip to content

Commit

Permalink
added a space after a comment //
Browse files Browse the repository at this point in the history
  • Loading branch information
tituscmd committed Jan 21, 2025
1 parent b93c2e7 commit 4592e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/Timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Timer::Timer(Controllers::Timer& timerController) : timer {timerController} {
lv_obj_set_size(btnPlayPause, LV_HOR_RES, 50);

txtPlayPause = lv_label_create(btnPlayPause, nullptr);
//lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
// lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);

if (timer.IsRunning()) {
SetTimerRunning();
Expand Down

0 comments on commit 4592e97

Please sign in to comment.