Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yast/yast-installation into expor…
Browse files Browse the repository at this point in the history
…t_config

Conflicts:
	package/yast2-installation.changes
  • Loading branch information
jreidinger committed Jan 21, 2014
2 parents 0d3effc + 72448f2 commit 1022df5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Tue Jan 21 12:15:21 UTC 2014 - jreidinger@suse.com
(FATE#308539)
- Add "Export Configuration" menu item in textual installation
(FATE#308539)
- 3.1.21

-------------------------------------------------------------------
Tue Jan 21 08:48:17 UTC 2014 - jsrain@suse.cz

- adjusted UI according to Ken's comments (fate#314695)
- 3.1.20

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


Name: yast2-installation
Version: 3.1.20
Version: 3.1.21
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
15 changes: 4 additions & 11 deletions src/clients/inst_complex_welcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,16 @@ def main
Left(
HSquash(
HBox(
HSquash(Icon.Simple("yast-language")),
@text_mode ? Empty() : HSpacing(2),
Left(@languagesel),
HSpacing(1),
HSquash(Icon.Simple("yast-keyboard")),
@text_mode ? Empty() : HSpacing(2),
Left(@keyboardsel),
HSpacing(10)
HWeight(1, Left(@languagesel)),
HSpacing(3),
HWeight(1, Left(@keyboardsel))
)
)
),
VSpacing(1),
VWeight(1, VStretch()),
VWeight(
20,
30,
Left(
HSquash(
VBox(
Expand Down Expand Up @@ -229,8 +224,6 @@ def main
UI.ChangeWidget(Id(:keyboard), :Value, @kbd)
end

Wizard.SetTitleIcon("suse")

# Get the user input.
#
@ret = nil
Expand Down

0 comments on commit 1022df5

Please sign in to comment.