Skip to content

Commit

Permalink
vspacing moved to CWM::RadioButtons (in yast-yast2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 22, 2017
1 parent d3743e7 commit 8a46233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ BuildRequires: yast2-xml
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)

# ProductControl.system_roles
BuildRequires: yast2 >= 3.2.15
# CWM::RadioButtons#vspacing
BuildRequires: yast2 >= 3.2.20

# AutoinstSoftware.SavePackageSelection()
Requires: autoyast2-installation >= 3.1.105
Expand Down
6 changes: 2 additions & 4 deletions src/lib/installation/widgets/system_role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,8 @@ def store
end
end

def cwm_definition
definition = super
definition["vspacing"] = 1
definition
def vspacing
1
end
end
end
Expand Down

0 comments on commit 8a46233

Please sign in to comment.