Skip to content

Commit

Permalink
change buttons place
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 28, 2017
1 parent 9779034 commit eb3aacd
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions src/lib/y2ntp_client/dialog/main.rb
Expand Up @@ -33,19 +33,15 @@ def contents
Left(Widgets::PolicyCombo.new),
VSpacing(1),
*hardware_clock_widgets,
HBox(
table,
HSpacing(0.2),
VBox(
VSpacing(),
Widgets::AddPoolButton.new,
VSpacing(),
Widgets::EditPoolButton.new(table),
VSpacing(),
Widgets::DeletePoolButton.new(table),
VStretch()
)
)
table,
HSpacing(0.2),
Left(HBox(
Widgets::AddPoolButton.new,
HSpacing(),
Widgets::EditPoolButton.new(table),
HSpacing(),
Widgets::DeletePoolButton.new(table)
))
)
end

Expand Down

0 comments on commit eb3aacd

Please sign in to comment.