summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Steps.h
diff options
context:
space:
mode:
authorStephanie <eng.steph@gmail.com>2021-10-23 13:41:10 -0400
committerJF <JF002@users.noreply.github.com>2021-12-30 21:51:43 +0100
commita65f173e3c63730c7db3c29bf44e538773971dc7 (patch)
treeed56c9fc3871fed78ad7c01ff160541a8763d35b /src/displayapp/screens/Steps.h
parent7eff1dbcc631c41e05b372e993383be3554f348c (diff)
Renamed confusing variables and general cleanup
Diffstat (limited to 'src/displayapp/screens/Steps.h')
-rw-r--r--src/displayapp/screens/Steps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/Steps.h b/src/displayapp/screens/Steps.h
index 3510c500..f109e0f2 100644
--- a/src/displayapp/screens/Steps.h
+++ b/src/displayapp/screens/Steps.h
@@ -31,9 +31,9 @@ namespace Pinetime {
lv_obj_t* lSteps;
lv_obj_t* lStepsIcon;
lv_obj_t* stepsArc;
- lv_obj_t* btnTrip;
- lv_obj_t* txtTrip;
- lv_obj_t* tripText;
+ lv_obj_t* resetBtn;
+ lv_obj_t* resetButtonLabel;
+ lv_obj_t* tripLabel;
uint32_t stepsCount;