mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:56:30 +00:00
83ae6a0ae9
forbid non validators to read from queue create better visualization in detector control make colors for detection classes more distinguishable fix bug with removing detection (probably completely)
7 lines
160 B
C#
7 lines
160 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class UIConfig
|
|
{
|
|
public double LeftPanelWidth { get; set; }
|
|
public double RightPanelWidth { get; set; }
|
|
} |