Skip to content

Commit

Permalink
Merge pull request #717 from yast/bsc-1177322
Browse files Browse the repository at this point in the history
bsc#1177322: progress bar length
  • Loading branch information
imobachgs committed Oct 8, 2020
2 parents b06a541 + 4a836d4 commit 952bdae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 8 08:33:12 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Fix the progress bar length during autoinstallation
initialization (bsc#1177322).

-------------------------------------------------------------------
Tue Oct 6 07:20:14 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/autoinstall/clients/inst_autoinit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run
Yast::Progress.New(
_("Preparing System for Automatic Installation"),
"", # progress_title
6, # progress bar length
7, # progress bar length
progress_stages,
[],
help_text
Expand Down

0 comments on commit 952bdae

Please sign in to comment.