修复记忆状态中的长度单位错误

This commit is contained in:
ww-rm
2025-09-30 00:28:05 +08:00
parent b76224c010
commit 8c3be98b54
4 changed files with 38 additions and 19 deletions

View File

@@ -19,9 +19,16 @@ namespace SpineViewer.Models
public WindowState WindowState { get; set; }
public double RootGridCol0Width { get; set; }
public double RootGridCol2Width { get; set; }
public double ModelListRow0Height { get; set; }
public double ModelListRow2Height { get; set; }
public double ExplorerGridRow0Height { get; set; }
public double ExplorerGridRow2Height { get; set; }
public double RightPanelGridRow0Height { get; set; }
public double RightPanelGridRow2Height { get; set; }
#endregion