Laserlicht 11 月之前
父节点
当前提交
cb91397688
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/lobby/SelectionTab.cpp

+ 1 - 1
client/lobby/SelectionTab.cpp

@@ -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
 		{