fix:修正文件信息页面尺寸问题打印。

This commit is contained in:
2025-11-15 17:14:18 +08:00
parent 599e5524d4
commit de792bb68f
4 changed files with 8 additions and 6 deletions

View File

@@ -467,7 +467,7 @@ void FileManager::ShowProperties()
info->fileTime_ = ui->tableWidget->item(row, 2)->text();
info->fileType_ = ui->tableWidget->item(row, 3)->text();
info->fileSize_ = ui->tableWidget->item(row, 4)->text();
info->setWindowTitle(isRemote_ ? tr("远程文件属性") : tr("本地文件属性"));
info->exec();
}