Fixed: Options menu page selection alignment

This commit is contained in:
aristocratos 2021-09-20 18:28:45 +02:00
parent af465b5b84
commit bb5728187a

View file

@ -1190,7 +1190,7 @@ namespace Menu {
i++;
}
if (pages > 1) {
out += Mv::to(y+6 + height, x+2) + Theme::c("hi_fg") + Symbols::title_left_down + Fx::b + Symbols::up + Theme::c("title") + " page "
out += Mv::to(y+6 + height - 1, x+2) + Theme::c("hi_fg") + Symbols::title_left_down + Fx::b + Symbols::up + Theme::c("title") + " page "
+ to_string(page+1) + '/' + to_string(pages) + ' ' + Theme::c("hi_fg") + Symbols::down + Fx::ub + Symbols::title_right_down;
}
//? Option name and value