mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 09:04:59 +00:00
feature<CommitViewer>: show line numbers in file preview and remove limitation for line counts
This commit is contained in:
parent
0517142330
commit
06d98a374d
5 changed files with 136 additions and 30 deletions
|
@ -421,7 +421,7 @@ namespace SourceGit.UI {
|
|||
grid.RowHeight = 16.0;
|
||||
grid.FrozenColumnCount = lineNumbers.Length;
|
||||
grid.ContextMenuOpening += OnTextChangeContextMenuOpening;
|
||||
grid.RowStyle = FindResource("Style.DataGridRow.TextChange") as Style;
|
||||
grid.RowStyle = FindResource("Style.DataGridRow.NoBringIntoView") as Style;
|
||||
|
||||
foreach (var number in lineNumbers) {
|
||||
var colLineNumber = new DataGridTextColumn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue