mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
fix<Dashboard>: fix wrong row index number
This commit is contained in:
parent
6e6bbaaf0b
commit
b36ab87bcc
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@
|
|||
</Grid>
|
||||
</ToggleButton>
|
||||
<DataGrid
|
||||
Grid.Row="10"
|
||||
Grid.Row="9"
|
||||
x:Name="submoduleList"
|
||||
Visibility="{Binding ElementName=submoduleListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
||||
RowHeight="24"
|
||||
|
|
Loading…
Reference in a new issue