From 0bc3bd2588717df439c7f94d815957ee91f6e109 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Tue, 31 Mar 2026 14:11:56 +0200 Subject: [PATCH] =?UTF-8?q?v1.14=20=E2=80=94=20Reset=20window=20height=20o?= =?UTF-8?q?n=20Back=20button=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- InstaSoftOfficeTool.csproj | 6 +++--- MainWindow.xaml | 2 +- MainWindow.xaml.cs | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) 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--;