Skip to content

Commit

Permalink
update preference > services ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tka committed Jun 22, 2012
1 parent 4b6f4ef commit 8ac5b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/preference_panel.rb
Expand Up @@ -162,7 +162,7 @@ def services_composite
end)

layoutdata = Swt::Layout::FormData.new(150, Swt::SWT::DEFAULT)
layoutdata.right = Swt::Layout::FormAttachment.new( livereload_service_help_info, 0, Swt::SWT::RIGHT )
layoutdata.left = Swt::Layout::FormAttachment.new( livereload_service_help_info, 0, Swt::SWT::LEFT )
layoutdata.top = Swt::Layout::FormAttachment.new( livereload_service_help_info, 10, Swt::SWT::BOTTOM)
@services_apply_button = Swt::Widgets::Button.new( composite, Swt::SWT::PUSH )
@services_apply_button.setLayoutData(layoutdata)
Expand Down

0 comments on commit 8ac5b89

Please sign in to comment.