Skip to content

Commit

Permalink
try better looking UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 8, 2017
1 parent c0d07d7 commit a4872d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/y2ntp_client/dialog/main.rb
Expand Up @@ -22,9 +22,9 @@ def contents
replace_point = CWM::ReplacePoint.new(widget: CWM::Empty.new("empty_interval"))
VBox(
HBox(
Y2NtpClient::NtpStart.new(replace_point),
HWeight(1, Y2NtpClient::NtpStart.new(replace_point)),
HSpacing(1),
replace_point
HWeight(1, replace_point)
),
VSpacing(1),
Left(Y2NtpClient::PolicyCombo.new),
Expand Down

0 comments on commit a4872d1

Please sign in to comment.