Skip to content

Commit

Permalink
Merge pull request #927 from shundhammer/huha-merge-sp1-branch
Browse files Browse the repository at this point in the history
Merge SLE-15-SP1 branch to master
  • Loading branch information
shundhammer committed May 16, 2019
2 parents 6ada9db + ecec2c1 commit a288305
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
33 changes: 18 additions & 15 deletions library/wizard/src/modules/Wizard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 16 09:01:59 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

- Make sure the wizard buttons always remain visible in NCurses
(bsc#1133367)
- 4.2.3

-------------------------------------------------------------------
Tue May 7 13:10:46 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.2.2
Version: 4.2.3
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit a288305

Please sign in to comment.