[Explorer] Increase column widths to reduce resizing (#142)
A small quality-of-life thing.
This commit is contained in:
parent
6d6b6f7951
commit
f4759072d2
1 changed files with 4 additions and 4 deletions
|
|
@ -4,16 +4,16 @@ namespace Observatory.Explorer
|
||||||
{
|
{
|
||||||
public class ExplorerUIResults
|
public class ExplorerUIResults
|
||||||
{
|
{
|
||||||
[ColumnSuggestedWidth(150)]
|
[ColumnSuggestedWidth(300)]
|
||||||
public string Time { get; set; }
|
public string Time { get; set; }
|
||||||
|
|
||||||
[ColumnSuggestedWidth(150)]
|
[ColumnSuggestedWidth(350)]
|
||||||
public string BodyName { get; set; }
|
public string BodyName { get; set; }
|
||||||
|
|
||||||
[ColumnSuggestedWidth(200)]
|
[ColumnSuggestedWidth(400)]
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
|
|
||||||
[ColumnSuggestedWidth(200)]
|
[ColumnSuggestedWidth(600)]
|
||||||
public string Details { get; set; }
|
public string Details { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue