Skip to content

Commit

Permalink
System Role: centered dialog for ncurses.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed May 26, 2016
1 parent 35dfed6 commit 0b23664
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 26 13:17:42 UTC 2016 - kanderssen@suse.com

- System Role: centered dialog (ncurses).

-------------------------------------------------------------------
Wed May 25 15:49:41 UTC 2016 - kanderssen@suse.com

Expand Down
10 changes: 6 additions & 4 deletions src/lib/installation/select_system_role.rb
Expand Up @@ -53,10 +53,12 @@ def help_text
end

def dialog_content
VBox(
Left(Label(Yast::ProductControl.GetTranslatedText("roles_text"))),
VSpacing(2),
role_buttons
HSquash(
VBox(
Left(Label(Yast::ProductControl.GetTranslatedText("roles_text"))),
VSpacing(2),
role_buttons
)
)
end

Expand Down

0 comments on commit 0b23664

Please sign in to comment.