Skip to content

Commit

Permalink
Merge pull request #411 from yast/refresh_ui
Browse files Browse the repository at this point in the history
Fixed clipped dialog label (bsc#948381)
  • Loading branch information
lslezak committed Nov 5, 2015
2 parents dcdabd8 + b3c1f59 commit fdcd72d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/wizard/src/modules/Progress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def New(window_title, progress_title, length, stg, tits, help_text)

if !UI.WizardCommand(term(:SetDialogHeading, window_title))
UI.ChangeWidget(Id(:title), :Value, window_title)
UI.RecalcLayout
end
Wizard.SetHelpText(help_text) if "" != help_text && nil != help_text
Wizard.DisableBackButton
Expand Down
6 changes: 6 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 4 20:19:10 UTC 2015 - lslezak@suse.cz

- Fixed clipped dialog label (bsc#948381)
- 3.1.156

-------------------------------------------------------------------
Fri Oct 23 11:52:35 UTC 2015 - mvidner@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: 3.1.155
Version: 3.1.156
Release: 0
Url: https://github.com/yast/yast-yast2

Expand Down

0 comments on commit fdcd72d

Please sign in to comment.