mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 16:33:45 +00:00
Less space between type icon and cue name label
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user