diff --git a/.gitmodules b/.gitmodules index 5afe4a0c3..0a24a60e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/PokemonGo-UWP/Views/GameMapPage.xaml.cs b/PokemonGo-UWP/Views/GameMapPage.xaml.cs index 9bcdb230e..d211e1daf 100644 --- a/PokemonGo-UWP/Views/GameMapPage.xaml.cs +++ b/PokemonGo-UWP/Views/GameMapPage.xaml.cs @@ -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) =>