Less space between type icon and cue name label

This commit is contained in:
2020-10-18 22:56:19 -05:00
parent d54b19a3a2
commit cea3c0a78f
+1 -1
View File
@@ -15,7 +15,7 @@ namespace qController.UI
ColumnDefinitions = new ColumnDefinitionCollection
{
new ColumnDefinition{Width = GridLength.Star},
new ColumnDefinition{Width = new GridLength(4,GridUnitType.Star)}
new ColumnDefinition{Width = new GridLength(5,GridUnitType.Star)}
};
//Group List "Frame" added early so other children or "on top"