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

Commit

Permalink
Replaced Rocket-API submodule with an updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-Apps committed Aug 2, 2016
1 parent 01a5eb1 commit e6ffd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "Pokemon-Go-Rocket-API"]
path = Pokemon-Go-Rocket-API
url = https://github.com/DetectiveSquirrel/Pokemon-Go-Rocket-API.git
url = https://github.com/FeroxRev/Pokemon-Go-Rocket-API.git
[submodule "Pokemon-GO-App-Assets-and-Images"]
path = Pokemon-GO-App-Assets-and-Images
url = https://github.com/Superviral/Pokemon-GO-App-Assets-and-Images.git
1 change: 1 addition & 0 deletions PokemonGo-UWP/Views/GameMapPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public GameMapPage()
InitializeComponent();
Loaded += (s, e) =>
{
// TODO: find a proper way to center all the panels based on resolution
NearbyGridTranslateTransform.Y = ActualHeight*3/2;
};
//WindowWrapper.Current().Window.VisibilityChanged += (s, e) =>
Expand Down

0 comments on commit e6ffd22

Please sign in to comment.