Show native resolution in screen list.

This commit is contained in:
2019-06-01 23:55:06 +01:00
parent 366e27917c
commit 01713e087f
4 changed files with 9 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ namespace Cicm.Database.Models
[DisplayName("Diagonal (inches)")]
public double Diagonal { get; set; }
[Required]
[DisplayName("Native resolution")]
public virtual Resolution NativeResolution { get; set; }
[Range(2, 281474976710656)]
[DisplayName("Effective colors")]