Improve the battery placement again

This commit is contained in:
Jean-André Santoni 2016-12-20 01:03:06 +01:00
parent 24a34229a6
commit 9e50b6fc44

View File

@ -2664,7 +2664,7 @@ static void xmb_frame(void *data)
if (percent > 0)
{
size_t x_pos = xmb->margins.title.left / 2;
size_t x_pos = xmb->icon.size / 5;
size_t x_pos_icon = xmb->margins.title.left;
if (datetime_width)