fixes 4f144c74d
This commit is contained in:
James Groom 2024-03-27 17:19:16 +00:00 committed by GitHub
parent 4f144c74d4
commit d67b1c1d23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ namespace BizHawk.Client.EmuHawk
new(name: WatchList.Value, widthUnscaled: 59, text: "Value"), new(name: WatchList.Value, widthUnscaled: 59, text: "Value"),
new(name: WatchList.Prev, widthUnscaled: 59, text: "Prev"), new(name: WatchList.Prev, widthUnscaled: 59, text: "Prev"),
new(name: WatchList.ChangesCol, widthUnscaled: 60, text: "Changes"), new(name: WatchList.ChangesCol, widthUnscaled: 60, text: "Changes"),
new(name: WatchList.Diff, widthUnscaled: 59, text: "Diff") { Visisble = false }, new(name: WatchList.Diff, widthUnscaled: 59, text: "Diff") { Visible = false },
}; };
PreviewMode = true; PreviewMode = true;