# HG changeset patch # User Ed Swartz # Date 1262108685 21600 # Node ID d9cf6eb22de008cc4aacf55f9baaedf7a1b11975 # Parent 6ab9c30e708f8a9dceeda50b17ad3710977b844c Fix alignment of News Reader status widget to match the Connection Status one diff -r 6ab9c30e708f -r d9cf6eb22de0 core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/ui/NewsControlContribution.java --- 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);