mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
style<Dashboard>: set MaxHeight for local branch tree to enable scrolling when there're so many local branches
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
Grid.Row="3"
|
||||
x:Name="localBranchTree"
|
||||
FontFamily="Consolas"
|
||||
MaxHeight="300"
|
||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
||||
LostFocus="OnTreeLostFocus"
|
||||
|
||||
Reference in New Issue
Block a user