feature(*): supports multi-repo editing

This commit is contained in:
leo 2020-08-03 16:23:00 +08:00
parent 3c80f2700c
commit 81a3cb9566
41 changed files with 666 additions and 450 deletions

View file

@ -29,7 +29,7 @@ namespace SourceGit.UI {
InitializeComponent();
// Move to center
var parent = App.Current.MainWindow;
var parent = App.Launcher;
Left = parent.Left + (parent.Width - Width) * 0.5;
Top = parent.Top + (parent.Height - Height) * 0.5;