将流程图作为3级节点在左侧显示 ;优化布局宽度显示 ; 右侧详情面板的显示级别1级或2级
This commit is contained in:
@@ -15,12 +15,12 @@ namespace XP.Hardware.Detector.Config
|
||||
/// <summary>
|
||||
/// 合成帧宽度(像素)| Synthetic frame width (pixels)
|
||||
/// </summary>
|
||||
public int Width { get; set; } = 256;
|
||||
public int Width { get; set; } = 2800;
|
||||
|
||||
/// <summary>
|
||||
/// 合成帧高度(像素)| Synthetic frame height (pixels)
|
||||
/// </summary>
|
||||
public int Height { get; set; } = 256;
|
||||
public int Height { get; set; } = 2800;
|
||||
|
||||
/// <summary>
|
||||
/// 模拟帧率(帧/秒)| Simulated frame rate (fps)
|
||||
|
||||
Reference in New Issue
Block a user