tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / HistogramTextControl.java
index 3b77e26abc0b05b5d07e2b9704c68309da70fbdc..85694196638173d00ce68ce994ea7166cfeb9ab3 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011, 2012 Ericsson
+ * Copyright (c) 2009, 2012 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -98,7 +98,7 @@ public abstract class HistogramTextControl implements FocusListener, KeyListener
         gridLayout = new GridLayout(1, true);
         gridLayout.horizontalSpacing = 0;
         gridLayout.verticalSpacing = 0;
-        fGroup = new Group(fParent, SWT.DEFAULT);
+        fGroup = new Group(fParent, SWT.SHADOW_NONE);
         fGroup.setText(label);
         fGroup.setFont(fFont);
         fGroup.setLayout(gridLayout);
This page took 0.024211 seconds and 5 git commands to generate.