--- a/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/ui/NewsControlContribution.java Tue Dec 29 11:31:25 2009 -0600
+++ b/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/ui/NewsControlContribution.java Tue Dec 29 11:44:45 2009 -0600
@@ -104,7 +104,7 @@
}
container = new Composite(parent, SWT.NONE);
- GridLayoutFactory.fillDefaults().margins(2, 2).applyTo(container);
+ GridLayoutFactory.fillDefaults().margins(2, 0).applyTo(container);
// Create a label for the trim.
label = new Label(container, SWT.BOTTOM);