Skip to content

Commit 826facd

Browse files
committed
Improved av1an resume ui
1 parent 4cbf5be commit 826facd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ff-utils-winforms/Data/Ui/Av1anFolderEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Av1anFolderEntry(string path)
2929
jsonInfo = Av1an.LoadJson(DirInfo.Name);
3030
ChunkFiles = IoUtils.GetFileInfosSorted(Path.Combine(path, "encode"));
3131

32-
InputFilename = (jsonInfo.ContainsKey("fileName") ? jsonInfo["fileName"] : DirInfo.Name).Trunc(30);
32+
InputFilename = (jsonInfo.ContainsKey("fileName") ? jsonInfo["fileName"] : DirInfo.Name).Trunc(35);
3333

3434
if (jsonInfo.ContainsKey("filePath"))
3535
InputFile = File.Exists(jsonInfo["filePath"]) ? new FileInfo(jsonInfo["filePath"]) : null;

ff-utils-winforms/Forms/Av1anResumeForm.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)