mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 08:04:59 +00:00
fix<DiffViewer>: binary size change displaying order
This commit is contained in:
parent
df1c1d629a
commit
65d88909fd
1 changed files with 2 additions and 2 deletions
|
@ -391,8 +391,8 @@ namespace SourceGit.UI {
|
|||
textChangeOptions.Visibility = Visibility.Collapsed;
|
||||
txtSizeChangeTitle.Content = App.Text("Diff.Binary");
|
||||
iconSizeChange.Data = FindResource("Icon.Binary") as Geometry;
|
||||
txtNewSize.Content = App.Format("Bytes", bc.PreSize);
|
||||
txtOldSize.Content = App.Format("Bytes", bc.Size);
|
||||
txtOldSize.Content = App.Format("Bytes", bc.PreSize);
|
||||
txtNewSize.Content = App.Format("Bytes", bc.Size);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue