From 8ec41c9c72bf269f90ac9c74cf8bd3bd6fe37f7a Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Wed, 15 May 2019 17:57:07 +0200 Subject: [PATCH 1/2] Make sure the wizard buttons are always visible in NCurses wizard (bsc#1133367) --- library/wizard/src/modules/Wizard.rb | 33 +++++++++++++++------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/library/wizard/src/modules/Wizard.rb b/library/wizard/src/modules/Wizard.rb index 73ce4e4f4..570007ee4 100644 --- a/library/wizard/src/modules/Wizard.rb +++ b/library/wizard/src/modules/Wizard.rb @@ -279,22 +279,25 @@ def GenericDialog(button_box) VBox( Id(:WizardDialog), ReplacePoint(Id(:topmenu), Empty()), - HBox( - HSpacing(1), - VBox( - VSpacing(0.2), - HBox( - # translators: dialog title to appear before any content is initialized - Heading(Id(:title), Opt(:hstretch), _("Initializing ...")), - HStretch(), - ReplacePoint(Id(:relnotes_rp), Empty()) + VWeight( + 1, # Layout trick: Lower layout priority with weight + HBox( + HSpacing(1), + VBox( + VSpacing(0.2), + HBox( + # translators: dialog title to appear before any content is initialized + Heading(Id(:title), Opt(:hstretch), _("Initializing ...")), + HStretch(), + ReplacePoint(Id(:relnotes_rp), Empty()) + ), + VWeight( + 1, # Layout trick: Lower layout priority with weight + HVCenter(Opt(:hvstretch), ReplacePoint(Id(:contents), Empty())) + ) ), - VWeight( - 1, # Layout trick: Lower layout priority with weight - HVCenter(Opt(:hvstretch), ReplacePoint(Id(:contents), Empty())) - ) - ), - HSpacing(1) + HSpacing(1) + ) ), ReplacePoint(Id(:rep_button_box), button_box), VSpacing(0.2) From 7b53daa04eb557574357a603707680792301326f Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Thu, 16 May 2019 11:02:51 +0200 Subject: [PATCH 2/2] Version bump and change log --- package/yast2.changes | 7 +++++++ package/yast2.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/yast2.changes b/package/yast2.changes index 31f0c2cf3..36dd6e5fe 100644 --- a/package/yast2.changes +++ b/package/yast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 16 09:01:59 UTC 2019 - Stefan Hundhammer + +- Make sure the wizard buttons always remain visible in NCurses + (bsc#1133367) +- 4.1.70 + ------------------------------------------------------------------- Fri Apr 26 08:38:39 UTC 2019 - Ladislav Slezák diff --git a/package/yast2.spec b/package/yast2.spec index 684001c45..87f3f05f0 100644 --- a/package/yast2.spec +++ b/package/yast2.spec @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.1.69 +Version: 4.1.70 Release: 0 Summary: YaST2 - Main Package License: GPL-2.0-only