File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 238
238
</ToggleButton >
239
239
<v : BranchTree Grid.Row=" 1"
240
240
x : Name =" localBranchTree"
241
+ Height =" 0"
241
242
Margin =" 8,0,4,0"
242
243
Nodes =" {Binding LocalBranchTrees}"
243
244
IsVisible =" {Binding IsLocalBranchGroupExpanded}"
255
256
</ToggleButton >
256
257
<v : BranchTree Grid.Row=" 3"
257
258
x : Name =" remoteBranchTree"
259
+ Height =" 0"
258
260
Margin =" 8,0,4,0"
259
261
Nodes =" {Binding RemoteBranchTrees}"
260
262
IsVisible =" {Binding IsRemoteGroupExpanded}"
273
275
</ToggleButton >
274
276
<DataGrid Grid.Row=" 5"
275
277
x : Name =" tagsList"
278
+ Height =" 0"
276
279
Margin =" 8,0,4,0"
277
280
Background =" Transparent"
278
281
ItemsSource =" {Binding VisibleTags}"
376
379
</ToggleButton >
377
380
<DataGrid Grid.Row=" 7"
378
381
x : Name =" submoduleList"
379
- MaxHeight = " 200 "
382
+ Height = " 0 "
380
383
Margin =" 8,0,4,0"
381
384
Background =" Transparent"
382
385
ItemsSource =" {Binding Submodules}"
459
462
</ToggleButton >
460
463
<DataGrid Grid.Row=" 9"
461
464
x : Name =" worktreeList"
465
+ Height =" 0"
462
466
Margin =" 8,0,4,0"
463
467
Background =" Transparent"
464
468
ItemsSource =" {Binding Worktrees}"
You can’t perform that action at this time.
0 commit comments