изменение размеров контрола пользователя

This commit is contained in:
kotcheshir73 2021-04-08 10:46:57 +04:00
parent 1f4ee6b285
commit c5d3000878

View File

@ -13,7 +13,7 @@ namespace SecurityBusinessLogic.ViewModels
/// <summary>
/// Элемент пользователей
/// </summary>
[ViewModelControlElementClass(HaveDependenceEntities = true, Width = 800, Height = 500)]
[ViewModelControlElementClass(HaveDependenceEntities = true, Width = 800, Height = 400)]
[ViewModelControlElementDependenceEntity(Title = "Роли", Order = 1, ParentPropertyName = "UserId",
ControlTypeObject = "SecurityWindowsDesktop.EntityControls.ControlUserRoleList, SecurityWindowsDesktop")]
public class UserViewModel : ElementViewModel