crew monitor window now has consistent size (#10186)

This commit is contained in:
Justin Trotter
2022-08-03 19:46:02 -05:00
committed by GitHub
parent 0f3fe0b1b4
commit 873b1b7bd1
3 changed files with 4 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ namespace Content.Client.Medical.CrewMonitoring
{
Text = $"{sensor.Name} ({sensor.Job})"
};
nameLabel.HorizontalExpand = true;
SensorsTable.AddChild(nameLabel);
_rowsContent.Add(nameLabel);