Skip to content

Commit 5595487

Browse files
committed
Spore ModAPI Easy Installer: add extra height to show finish button
1 parent a14b79b commit 5595487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Spore ModAPI Easy Installer/XmlInstallerWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ public void CyclePage(int currentPage, int targetPage)
13871387
if ((targetPage != 0) && (targetPage != 3))
13881388
{
13891389
double initialHeight = Height;
1390-
double targetHeight = BorderThickness.Top + BorderThickness.Bottom + ((WindowBodyRootGrid.Children[targetPage]) as FrameworkElement).ActualHeight + 100;
1390+
double targetHeight = BorderThickness.Top + BorderThickness.Bottom + ((WindowBodyRootGrid.Children[targetPage]) as FrameworkElement).ActualHeight + 115;
13911391
DoubleAnimation WindowHeightAnimation = new DoubleAnimation()
13921392
{
13931393
Duration = _time,

0 commit comments

Comments
 (0)