mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 05:13:40 +00:00
Fix group cue frame and add collapsing
This commit is contained in:
@@ -137,8 +137,9 @@ namespace qController
|
||||
cueGrid.RowDefinitions.Add(new RowDefinition { Height = GridLength.Auto });
|
||||
var aCueGrid = cueToGrid(aCue);
|
||||
cueGridDict.Add(aCue.uid, aCueGrid);
|
||||
aCueGrid.Margin = new Thickness(10, 0, 0, 0);
|
||||
aCueGrid.Margin = new Thickness(0, 0, 0, 0);
|
||||
cueGrid.Children.Add(aCueGrid, 0, aCue.sortIndex + 1);
|
||||
Grid.SetColumnSpan(aCueGrid,cueGrid.ColumnDefinitions.Count);
|
||||
}
|
||||
}
|
||||
return cueGrid;
|
||||
|
||||
Reference in New Issue
Block a user