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 238238 </ToggleButton >
239239 <v : BranchTree Grid.Row=" 1"
240240 x : Name =" localBranchTree"
241+ Height =" 0"
241242 Margin =" 8,0,4,0"
242243 Nodes =" {Binding LocalBranchTrees}"
243244 IsVisible =" {Binding IsLocalBranchGroupExpanded}"
255256 </ToggleButton >
256257 <v : BranchTree Grid.Row=" 3"
257258 x : Name =" remoteBranchTree"
259+ Height =" 0"
258260 Margin =" 8,0,4,0"
259261 Nodes =" {Binding RemoteBranchTrees}"
260262 IsVisible =" {Binding IsRemoteGroupExpanded}"
273275 </ToggleButton >
274276 <DataGrid Grid.Row=" 5"
275277 x : Name =" tagsList"
278+ Height =" 0"
276279 Margin =" 8,0,4,0"
277280 Background =" Transparent"
278281 ItemsSource =" {Binding VisibleTags}"
376379 </ToggleButton >
377380 <DataGrid Grid.Row=" 7"
378381 x : Name =" submoduleList"
379- MaxHeight = " 200 "
382+ Height = " 0 "
380383 Margin =" 8,0,4,0"
381384 Background =" Transparent"
382385 ItemsSource =" {Binding Submodules}"
459462 </ToggleButton >
460463 <DataGrid Grid.Row=" 9"
461464 x : Name =" worktreeList"
465+ Height =" 0"
462466 Margin =" 8,0,4,0"
463467 Background =" Transparent"
464468 ItemsSource =" {Binding Worktrees}"
You can’t perform that action at this time.
0 commit comments