mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-15 09:51:50 -05:00
clarify battery settings (#2805)
This commit is contained in:
parent
4b18ac42e9
commit
b2331bf818
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue