v1.14 — Reset window height on Back button navigation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-31 14:11:56 +02:00
szülő ea8fa98bd6
commit 0bc3bd2588
3 fájl változott, egészen pontosan 7 új sor hozzáadva és 4 régi sor törölve

Fájl megtekintése

@@ -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--;