Remove an extraneous border from 'Git Repositories' view
commitb83aa3d33b581b2d92f043a92b953f1f329ad289
authorRemy Suen <remysuen@ca.ibm.com>
Sat, 24 Apr 2010 00:29:36 +0000 (23 20:29 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Sat, 24 Apr 2010 00:29:36 +0000 (23 20:29 -0400)
tree9abdbf96db3842ae982c4a9633cc8aeb435d2654
parente9e5ba4bcbb8180098f0ff8f3258ed29e019ef84
Remove an extraneous border from 'Git Repositories' view

The view creates a regular TreeViewer using the basic constructor
that does not specify a style bit. Internally, the JFace code
will create a new SWT Tree widget using SWT.BORDER. This introduces
an unnecessary border around the tree which takes away precious
pixels from the user interface.

Change-Id: Ie644cf9895e0f18045c677c5f8d0e267e3ac06cc
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoriesView.java