From cea3c0a78fde32f65ac735918ac193cba024a812 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 18 Oct 2020 22:56:19 -0500 Subject: [PATCH] Less space between type icon and cue name label --- qController.Standard/Classes/UI/QCueGrid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qController.Standard/Classes/UI/QCueGrid.cs b/qController.Standard/Classes/UI/QCueGrid.cs index 1a230f2..c339ad9 100644 --- a/qController.Standard/Classes/UI/QCueGrid.cs +++ b/qController.Standard/Classes/UI/QCueGrid.cs @@ -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"