Skip to content

Commit

Permalink
try squash instead of box
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 16, 2020
1 parent 3e8d490 commit 51be3e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/registration/ui/base_system_registration_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,16 @@ def back_handler
# content for the main registration dialog
# @return [Yast::Term] UI term
def content
MarginBox(5, 5,
HBox(
HSquash(),
VBox(
network_button,
VStretch(),
Left(product_details_widgets),
Left(registration_widgets),
VStretch()
)
),
HSquash()
)
end

Expand Down

0 comments on commit 51be3e5

Please sign in to comment.