parent
4f144c74d4
commit
d67b1c1d23
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue