mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
fix pos
This commit is contained in:
parent
1423951b9e
commit
cb91397688
@ -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)
|
if(info->isAutoSaveFolder) // align autosave folder left (starting timestamps in list should be in one line)
|
||||||
{
|
{
|
||||||
labelName->alignment = ETextAlignment::CENTERLEFT;
|
labelName->alignment = ETextAlignment::CENTERLEFT;
|
||||||
labelName->moveTo(Point(pos.x + 95, labelName->pos.y));
|
labelName->moveTo(Point(pos.x + 80, labelName->pos.y));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user