Skip to content

Commit

Permalink
adapt to the latest version of keyboard widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 13, 2016
1 parent c802f48 commit 4ede3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/installation/clients/inst_keyboard_rootpwd.rb
Expand Up @@ -64,7 +64,8 @@ def run
def content
VBox(
VStretch(),
::Y2Country::KeyboardSelectionWidget.new,
# use english us as default keyboard layout
::Y2Country::Widgets::KeyboardSelection.new("english-us"),
VStretch(),
::Users::PasswordWidget.new,
VStretch()
Expand Down

0 comments on commit 4ede3c5

Please sign in to comment.