mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 04:14:59 +00:00
make stage area resizeable
This commit is contained in:
parent
28e95f086a
commit
93251a7317
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,15 @@
|
||||||
ChangeDoubleTapped="OnUnstagedChangeDoubleTapped"
|
ChangeDoubleTapped="OnUnstagedChangeDoubleTapped"
|
||||||
KeyDown="OnUnstagedKeyDown"/>
|
KeyDown="OnUnstagedKeyDown"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Splitter -->
|
||||||
|
<GridSplitter Grid.Row="2"
|
||||||
|
MinWidth="1"
|
||||||
|
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
|
||||||
|
Background="Transparent"
|
||||||
|
BorderThickness="0,0,1,0"
|
||||||
|
BorderBrush="{DynamicResource Brush.Border0}"/>
|
||||||
|
|
||||||
<!-- Staged Toolbar -->
|
<!-- Staged Toolbar -->
|
||||||
<Border Grid.Row="2" BorderThickness="0,1" BorderBrush="{DynamicResource Brush.Border0}">
|
<Border Grid.Row="2" BorderThickness="0,1" BorderBrush="{DynamicResource Brush.Border0}">
|
||||||
<Grid ColumnDefinitions="Auto,Auto,Auto,Auto,*,Auto,Auto,Auto">
|
<Grid ColumnDefinitions="Auto,Auto,Auto,Auto,*,Auto,Auto,Auto">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue