We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52ca8 commit ac2ccaeCopy full SHA for ac2ccae
1 file changed
src/displayapp/screens/WatchFaceAnalog.cpp
@@ -68,6 +68,7 @@ WatchFaceAnalog::WatchFaceAnalog(Pinetime::Applications::DisplayApp* app,
68
batteryIcon = lv_label_create(lv_scr_act(), nullptr);
69
lv_label_set_text(batteryIcon, Symbols::batteryHalf);
70
lv_obj_align(batteryIcon, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0);
71
+ lv_obj_set_auto_realign(batteryIcon, true);
72
73
notificationIcon = lv_label_create(lv_scr_act(), NULL);
74
lv_obj_set_style_local_text_color(notificationIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x00FF00));
0 commit comments