1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00
This commit is contained in:
Laserlicht 2024-10-30 21:50:03 +01:00
parent 1423951b9e
commit cb91397688

View File

@ -955,7 +955,7 @@ void SelectionTab::ListItem::updateItem(std::shared_ptr<ElementInfo> info, bool
if(info->isAutoSaveFolder) // align autosave folder left (starting timestamps in list should be in one line)
{
labelName->alignment = ETextAlignment::CENTERLEFT;
labelName->moveTo(Point(pos.x + 95, labelName->pos.y));
labelName->moveTo(Point(pos.x + 80, labelName->pos.y));
}
else
{