Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Dec 20, 2017
1 parent 9e31df3 commit a8b3cbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DWSIM.UI.Desktop.Editors/Reactions/ReactionsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ void Initialize()
CreateReactionsList();
alert.Close();
});
myview.CreateAndAddEmptySpace();
myview.CreateAndAddEmptySpace();
alert.Topmost = true;
alert.Show();
});
Expand All @@ -81,6 +83,8 @@ void Initialize()
CreateReactionsList();
alert.Close();
});
myview.CreateAndAddEmptySpace();
myview.CreateAndAddEmptySpace();
alert.Topmost = true;
alert.Show();
});
Expand All @@ -100,6 +104,8 @@ void Initialize()
CreateReactionsList();
alert.Close();
});
myview.CreateAndAddEmptySpace();
myview.CreateAndAddEmptySpace();
alert.Topmost = true;
alert.Show();
});
Expand All @@ -119,6 +125,8 @@ void Initialize()
CreateReactionsList();
alert.Close();
});
myview.CreateAndAddEmptySpace();
myview.CreateAndAddEmptySpace();
alert.Topmost = true;
alert.Show();
});
Expand Down

0 comments on commit a8b3cbd

Please sign in to comment.