diff --git a/InstaSoftOfficeTool.csproj b/InstaSoftOfficeTool.csproj
index 09fc9b1..e1f62be 100644
--- a/InstaSoftOfficeTool.csproj
+++ b/InstaSoftOfficeTool.csproj
@@ -9,9 +9,9 @@
InstaSoft Zrt.
InstaSoft Office Tool
Copyright (c) InstaSoft Zrt. 2026
- 1.1.3
- 1.1.3.0
- 1.1.3.0
+ 1.1.4
+ 1.1.4.0
+ 1.1.4.0
app.manifest
latest
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 9c92962..d66c7bd 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -45,7 +45,7 @@
Foreground="{StaticResource TextSecondaryBrush}" Margin="0,-2,0,0"/>
-
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 3d74c0b..d8d8da2 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -141,6 +141,9 @@ namespace InstaSoftOfficeTool
private void BtnBack_Click(object sender, RoutedEventArgs e)
{
+ // Reset window height in case a page enlarged it
+ Height = 550;
+
if (_currentPageIndex > 0 && _currentFlow == "install")
{
_currentPageIndex--;