Skip to content

Commit

Permalink
- simpler code
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Oct 23, 2013
1 parent d27addc commit cfc6f18
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/modules/StorageProposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6044,13 +6044,9 @@ def AddCommonWidgets
)
)
)

frame = VBox(
VSpacing(
Ops.multiply(
Convert.convert(3, :from => "integer", :to => "float"),
space
)
),
VSpacing(3.0 * space),
HVCenter(
VBox(
Left(Label(Opt(:boldFont), _("Proposal settings"))),
Expand All @@ -6059,7 +6055,7 @@ def AddCommonWidgets
)
)
)
#`HVCenter(`Frame( _("Proposal settings"), `HVCenter(vb) )));

Builtins.y2milestone(
"AddCommonWidgets Home:%1 Btrfs:%2",
GetProposalHome(),
Expand All @@ -6068,6 +6064,7 @@ def AddCommonWidgets
deep_copy(frame)
end


def QueryProposalPassword
no_query = false
Storage.CreateTargetBackup("query_prop_passwd")
Expand Down

0 comments on commit cfc6f18

Please sign in to comment.