This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-52
lines changed
src/GitHub.VisualStudio/UI/Views Expand file tree Collapse file tree 1 file changed +0
-52
lines changed Original file line number Diff line number Diff line change 788788 </Grid >
789789 </ListViewItem >
790790 </ListView >
791- <!--
792- <ScrollViewer VerticalScrollBarVisibility="Auto">
793- <StackPanel Orientation="Vertical">
794- <Grid Margin="10,0">
795- <Grid.ColumnDefinitions>
796- <ColumnDefinition Width="16" />
797- <ColumnDefinition Width="*" />
798- <ColumnDefinition Width="auto" />
799- <ColumnDefinition Width="auto" />
800- </Grid.ColumnDefinitions>
801-
802- <ui:OcticonImage
803- Grid.Column="0"
804- Height="16"
805- Width="16"
806- HorizontalAlignment="Center"
807- VerticalAlignment="Center"
808- Icon="file_text" />
809-
810- <Label Grid.Column="1" Content="src\start.cs" />
811-
812- <StackPanel Orientation="Horizontal" Grid.Column="2">
813- <TextBlock VerticalAlignment="Center" Foreground="#ff6cc644" Text="+14" />
814- <TextBlock Margin="5,0" VerticalAlignment="Center" Foreground="#ffbd2c00" Text="-14" />
815- </StackPanel>
816-
817- <StackPanel Orientation="Horizontal" Grid.Column="3">
818- <Border
819- Height="6" Width="6"
820- BorderThickness="1"
821- Background="#FF6CC644" />
822- <Border
823- Height="6" Width="6"
824- BorderThickness="1"
825- Background="#FF6CC644" />
826- <Border
827- Height="6" Width="6"
828- BorderThickness="1"
829- Background="#FFBD2C00" />
830- <Border
831- Height="6" Width="6"
832- BorderThickness="1"
833- Background="#FFBD2C00" />
834- <Border
835- Height="6" Width="6"
836- BorderThickness="1"
837- Background="#FFCCCCCC" />
838- </StackPanel>
839- </Grid>
840- </StackPanel>
841- </ScrollViewer>
842- -->
843791 </TabItem >
844792 </TabControl >
845793 </Grid >
You can’t perform that action at this time.
0 commit comments