mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 11:24:02 +08:00
fix<Dashboard>: fix wrong row index number
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user