clarify battery settings (#2805)

This commit is contained in:
Totoo 2025-10-06 10:29:17 +02:00 committed by GitHub
parent 4b18ac42e9
commit b2331bf818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1008,7 +1008,7 @@ class SetBatteryView : public View {
"Save"};
Button button_reset{
{UI_POS_X_CENTER(12) - UI_POS_WIDTH(8), UI_POS_Y_BOTTOM(7), UI_POS_WIDTH(12), UI_POS_HEIGHT(2)},
{UI_POS_X_CENTER(12) - UI_POS_WIDTH(8), UI_POS_Y(13), UI_POS_WIDTH(12), UI_POS_HEIGHT(2)},
"Reset",
};
};