InfiniTime.git

commit fbc9f63308c0e9be90db387332cf60e3a117b7ee

Author: Kieran Cawthray <kieranc@gmail.com>

Relabel button

 src/displayapp/screens/WatchFacePineTimeStyle.cpp | 4 ++--


diff --git a/src/displayapp/screens/WatchFacePineTimeStyle.cpp b/src/displayapp/screens/WatchFacePineTimeStyle.cpp
index 161a260684f0e8681751b27b334ddb63bc945132..0bbff30f1ee9307ca8483f9de52e128d5a44a1b2 100644
--- a/src/displayapp/screens/WatchFacePineTimeStyle.cpp
+++ b/src/displayapp/screens/WatchFacePineTimeStyle.cpp
@@ -315,10 +315,10 @@   lv_obj_set_hidden(btnClose, true);
 
   btnSteps = lv_btn_create(lv_scr_act(), nullptr);
   btnSteps->user_data = this;
-  lv_obj_set_size(btnSteps, 120, 60);
+  lv_obj_set_size(btnSteps, 160, 60);
   lv_obj_align(btnSteps, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
   lv_obj_set_style_local_bg_opa(btnSteps, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, LV_OPA_50);
-  lv_obj_set_style_local_value_str(btnSteps, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, "Toggle");
+  lv_obj_set_style_local_value_str(btnSteps, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, "Steps style");
   lv_obj_set_event_cb(btnSteps, event_handler);
   lv_obj_set_hidden(btnSteps, true);