mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
style(Submodule): height of submodule list panel
This commit is contained in:
parent
646a80a395
commit
515d28918d
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@
|
||||||
Visibility="{Binding ElementName=submoduleListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
Visibility="{Binding ElementName=submoduleListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
||||||
Background="{StaticResource Brush.BG3}"
|
Background="{StaticResource Brush.BG3}"
|
||||||
RowHeight="24"
|
RowHeight="24"
|
||||||
Height="200"
|
Height="100"
|
||||||
LostFocus="SubmoduleLostFocus"
|
LostFocus="SubmoduleLostFocus"
|
||||||
ContextMenuOpening="SubmoduleContextMenuOpening"
|
ContextMenuOpening="SubmoduleContextMenuOpening"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||||
|
|
Loading…
Reference in a new issue